File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 - ' feat-*'
1010 workflow_dispatch :
1111
12- permissions : { }
12+ permissions :
13+ id-token : write
14+ contents : read
1315
1416env :
1517 PACKAGE_NAME : aws-kotlin-repo-tools
5961 - name : Configure AWS Credentials
6062 uses : aws-actions/configure-aws-credentials@v4
6163 with :
62- role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
64+ role-to-assume : arn:aws:iam::934480575838:role/aws-sdk-kotlin-pr-github-oidc-role
6365 aws-region : us-west-2
6466 - name : Setup Kat
6567 uses : ./.github/actions/setup-kat
9496 - name : Configure AWS Credentials
9597 uses : aws-actions/configure-aws-credentials@v4
9698 with :
97- role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
99+ role-to-assume : arn:aws:iam::934480575838:role/aws-sdk-kotlin-pr-github-oidc-role
98100 aws-region : us-west-2
99101 - name : Setup Kat
100102 uses : ./.github/actions/setup-kat
You can’t perform that action at this time.
0 commit comments