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!
According to the
action.ymlfile, 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.jssomewhere around line 65:I'd be happy to open a PR if that's helpful!