A simple action to debug OIDC claims generated by GitHub Actions.
name: Test Debugger Action
on:
pull_request:
workflow_dispatch:
jobs:
oidc_debug_test:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
name: A test of the oidc debugger
steps:
- name: Debug OIDC Claims
uses: steve-todorov/oidc-debugger-action@v1
with:
audience: '${{ github.server_url }}/${{ github.repository }}'