From 2d11ecca9f2a7ab2e49b0b2fa0842b49adf18063 Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Fri, 19 Jul 2024 21:09:48 -0700 Subject: [PATCH] feat(test oidc): test oidc --- .github/workflows/develop.deploy-functions.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index 5a1c3c5d0..f3526d2ca 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -23,6 +23,17 @@ jobs: id-token: 'write' steps: + - name: Checkout actions-oidc-debugger + uses: actions/checkout@v3 + with: + repository: github/actions-oidc-debugger + ref: main + token: ${{ secrets.GITHUB_TOKEN }} + path: ./.github/actions/actions-oidc-debugger + - name: Debug OIDC Claims + uses: ./.github/actions/actions-oidc-debugger + with: + audience: 'projects/244612473611/locations/global/workloadIdentityPools/aspirex-dev/providers/github-actions' - name: Checkout repository uses: 'actions/checkout@v4'