Skip to content

Output oidc-token is not set #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MaxAnderson95 opened this issue Jan 22, 2025 · 0 comments
Open

Output oidc-token is not set #6

MaxAnderson95 opened this issue Jan 22, 2025 · 0 comments

Comments

@MaxAnderson95
Copy link

According to the action.yml file, there is supposed to be an output value called oidc-token.

However I can't seem to find anywhere in the code that this is actually set. When I attempt to use it, the value is empty.

I think the fix is simple, just add the following to src/oidc-auth.js somewhere around line 65:

core.setOutput('oidc-token', token)

I'd be happy to open a PR if that's helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant