actions-oidc-debugger icon indicating copy to clipboard operation
actions-oidc-debugger copied to clipboard

An Action for printing OIDC claims in GitHub Actions.

Results 3 actions-oidc-debugger issues
Sort by recently updated
recently updated
newest added

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...