Skip to content

Commit 427bba8

Browse files
authored
Allow failures from OIDC debug step (#744)
Noticed this failure which only occurred once it ran on `master`. As this step is only here for debugging purposes we can continue on failures
1 parent e4c35f5 commit 427bba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: actions/checkout@v5
4343
- name: Debug OIDC Claims
4444
if: ${{ env.RUN_INTEGRATION_TESTS == 'true' }}
45+
continue-on-error: true
4546
uses: steve-todorov/oidc-debugger-action@v1
4647
with:
4748
audience: sts.amazonaws.com

0 commit comments

Comments
 (0)