1
0
mirror of synced 2026-06-10 16:40:47 +00:00

Update to Kubernetes 1.36 and Go 1.26

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-06-04 19:09:29 +03:00
parent ed778892df
commit 3e21c27749
6 changed files with 235 additions and 254 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ func resolveOIDCToken(ctx context.Context) (string, error) {
audience = defaultOIDCAudience
}
// GitHub and Forgejo Actions expose the same token request endpoint.
token, _, err := actionsoidc.FetchToken(ctx, audience)
token, err := actionsoidc.FetchToken(ctx, audience)
return token, err
case triggerReceiverArgs.oidcToken != "":
return triggerReceiverArgs.oidcToken, nil