From d48df4ace104e25bd496388c6487a7e97b28c820 Mon Sep 17 00:00:00 2001 From: cif Date: Fri, 4 Oct 2024 14:27:17 -0400 Subject: [PATCH] chore: add checkout to debug ocid --- .github/workflows/image.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d3dcd3a..9a73e78 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -24,6 +24,14 @@ jobs: workload_identity_provider: projects/791837997629/locations/global/workloadIdentityPools/github-actions-pool/providers/gha-id-pool-provider service_account: github-actions@surface-420608.iam.gserviceaccount.com + - name: Checkout actions-oidc-debugger + uses: actions/checkout@v3 + with: + repository: github/actions-oidc-debugger + ref: main + token: ${{ secrets.your-checkout-token }} + path: ./.github/actions/actions-oidc-debugger + - name: Debug OIDC Claims uses: ./.github/actions/actions-oidc-debugger with: