Skip to content

Commit 262a3c8

Browse files
committed
update aud
1 parent f52a31b commit 262a3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [ "main" ]
88

99
permissions:
10+
id-token: write
1011
contents: read
11-
id-token: write # This is required for requesting the JWT
1212

1313
jobs:
1414
build:
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
role-to-assume: arn:aws:iam::480103772849:role/GithubCFTRole
4747
aws-region: us-east-2
48+
aud: http://sts.amazonaws.com/
4849

4950
- name: Run Diarization
5051
run: |

0 commit comments

Comments
 (0)