We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52a31b commit 262a3c8Copy full SHA for 262a3c8
1 file changed
.github/workflows/python-app.yml
@@ -7,8 +7,8 @@ on:
7
branches: [ "main" ]
8
9
permissions:
10
+ id-token: write
11
contents: read
- id-token: write # This is required for requesting the JWT
12
13
jobs:
14
build:
@@ -45,6 +45,7 @@ jobs:
45
with:
46
role-to-assume: arn:aws:iam::480103772849:role/GithubCFTRole
47
aws-region: us-east-2
48
+ aud: http://sts.amazonaws.com/
49
50
- name: Run Diarization
51
run: |
0 commit comments