From fb5943670070f886b95159c81ad588f9f9dc3018 Mon Sep 17 00:00:00 2001 From: Dan Pantry Date: Thu, 25 Apr 2024 19:29:00 -0700 Subject: [PATCH] Debug OIDC --- .github/workflows/ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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'