We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7911b commit 12cfd92Copy full SHA for 12cfd92
.github/workflows/deploy.yml
@@ -16,8 +16,17 @@ jobs:
16
id-token: 'write'
17
18
steps:
19
- - name: Checkout
20
- uses: actions/checkout@v4
+ - name: Checkout actions-oidc-debugger
+ uses: actions/checkout@v3
21
+ with:
22
+ repository: github/actions-oidc-debugger
23
+ ref: main
24
+ #token: ${{ secrets.your-checkout-token }}
25
+ path: ./.github/actions/actions-oidc-debugger
26
+ - name: Debug OIDC Claims
27
+ uses: ./.github/actions/actions-oidc-debugger
28
29
+ audience: '${{ github.server_url }}/${{ github.repository_owner }}'
30
31
- name: Google Cloud Auth
32
uses: google-github-actions/auth@v2
0 commit comments