actions-oidc-debugger
actions-oidc-debugger copied to clipboard
An Action for printing OIDC claims in GitHub Actions.
How do I `checkout` the repo? In other words, how to obtain the token? I am confused about the `README` instructions :slightly_smiling_face:
Reverts github/actions-oidc-debugger#10
Its not needed to checkout the actions repo using `actions/checkout` in order to run the action. Instead the action can be run directly using the uses expression: `github/actions-oidc-debugger@main`. It would...