We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b43fee commit a5fbec9Copy full SHA for a5fbec9
1 file changed
.github/workflows/review_apps_on_pr_change.yml
@@ -19,6 +19,10 @@ jobs:
19
pull-requests: write
20
21
steps:
22
+ - name: Debug OIDC Claims
23
+ uses: steve-todorov/oidc-debugger-action@f9915fe9dc64133704c072eb59436373c23e9fdd
24
+ with:
25
+ audience: "${{ github.server_url }}/${{ github.repository }}"
26
- name: Configure AWS credentials
27
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
28
with:
0 commit comments