Skip to content

Commit

Permalink
chore: add checkout to debug ocid
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed Oct 4, 2024
1 parent ce90e77 commit d48df4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
workload_identity_provider: projects/791837997629/locations/global/workloadIdentityPools/github-actions-pool/providers/gha-id-pool-provider
service_account: [email protected]

- 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:
Expand Down

0 comments on commit d48df4a

Please sign in to comment.