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'