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 c0b8ecc commit 18dbe7dCopy full SHA for 18dbe7d
.github/workflows/CI.yaml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
- name: Debug OIDC Claims
44
- if: ${{ env.RUN_INTEGRATION_TESTS == 'true' && runner.os == 'Linux' }}
+ # if: ${{ env.RUN_INTEGRATION_TESTS == 'true' && runner.os == 'Linux' }}
45
uses: steve-todorov/oidc-debugger-action@v1
46
with:
47
audience: sts.amazonaws.com
0 commit comments