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.
steve-todorov/oidc-debugger-action
1 parent 2d8560d commit e4c35f5Copy full SHA for e4c35f5
.github/workflows/CI.yaml
@@ -42,12 +42,8 @@ jobs:
42
- uses: actions/checkout@v5
43
- name: Debug OIDC Claims
44
if: ${{ env.RUN_INTEGRATION_TESTS == 'true' }}
45
- # TODO: Switch to `steve-todorov/oidc-debugger-action@v1` once it's working
46
- run: |
47
- TOKEN_JSON="$(curl -fsSL -H "Authorization: bearer ${ACTIONS_ID_TOKEN_REQUEST_TOKEN:?}" "${ACTIONS_ID_TOKEN_REQUEST_URL:?}&audience=${audience:?}")"
48
- ID_TOKEN="$(echo "${TOKEN_JSON:?}" | jq -r .value)"
49
- echo "${ID_TOKEN:?}" | awk -F. '{print $2}' | base64 -d 2>/dev/null | jq -r
50
- env:
+ uses: steve-todorov/oidc-debugger-action@v1
+ with:
51
audience: sts.amazonaws.com
52
- name: Assume AWS role
53
0 commit comments