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
cognito_identity_oidc_access_token
In the outputs section, I see:
cognito_identity_oidc_access_token: description: "Cognito Identity OIDC Access Token" value: ${{ steps.output.outputs.oidc_token }}
So it's expecting to be populated from oidc_token ...
oidc_token
But, in the output step, I see:
echo "cognito_oidc_access_token=$oidcAccessToken" >> "$GITHUB_OUTPUT"
shouldn't this be oidc_token?
fwiw ~ I reverted back to using catnekaise/cognito-idpool-basic-auth@alpha and am able to access the token via:
catnekaise/cognito-idpool-basic-auth@alpha
${{ steps.web_id_token.outputs.cognito_identity_oidc_access_token }}
The text was updated successfully, but these errors were encountered:
@kubevalet you are correct, I referenced the incorrect variable to output the OIDC token. Nice to see someone uses the feature.
Do you want to open a PR or should I go ahead and fix this?
Sorry, something went wrong.
No branches or pull requests
In the outputs section, I see:
So it's expecting to be populated from
oidc_token
...But, in the output step, I see:
shouldn't this be
oidc_token
?fwiw ~ I reverted back to using
catnekaise/cognito-idpool-basic-auth@alpha
and am able to access the token via:The text was updated successfully, but these errors were encountered: