We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the action.yml file, there is supposed to be an output value called oidc-token.
action.yml
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:
src/oidc-auth.js
core.setOutput('oidc-token', token)
I'd be happy to open a PR if that's helpful!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the
action.yml
file, there is supposed to be an output value calledoidc-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:I'd be happy to open a PR if that's helpful!
The text was updated successfully, but these errors were encountered: