Skip to content

Commit 12cfd92

Browse files
committed
github/actions-oidc-debugger
1 parent ee7911b commit 12cfd92

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@ jobs:
1616
id-token: 'write'
1717

1818
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v4
19+
- name: Checkout actions-oidc-debugger
20+
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+
with:
29+
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
2130

2231
- name: Google Cloud Auth
2332
uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)