Skip to content

Commit c0b8ecc

Browse files
committed
Change OIDC debugger actions
1 parent cd7fcc7 commit c0b8ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- name: Debug OIDC Claims
4444
if: ${{ env.RUN_INTEGRATION_TESTS == 'true' && runner.os == 'Linux' }}
45-
uses: github/actions-oidc-debugger@v1
45+
uses: steve-todorov/oidc-debugger-action@v1
4646
with:
4747
audience: sts.amazonaws.com
4848
- name: Assume AWS role

0 commit comments

Comments
 (0)