diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09df84a1..f2fc9927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: branches: [main] push: branches: [main] + workflow_dispatch: + branches: [main] jobs: client-test: @@ -22,3 +24,21 @@ jobs: with: go-version: "1.22" - run: go test ./... + + oidc_debug_test: + permissions: + contents: read + id-token: write + runs-on: ubuntu-latest + name: A test of the oidc debugger + steps: + - name: Checkout actions-oidc-debugger + uses: actions/checkout@v3 + with: + repository: github/actions-oidc-debugger + ref: main + path: ./.github/actions/actions-oidc-debugger + - name: Debug OIDC Claims + uses: ./.github/actions/actions-oidc-debugger + with: + audience: 'https://github.com/punmechanic'