Skip to content

Commit f52a31b

Browse files
committed
update action
1 parent a80f8ca commit f52a31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

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

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

1213
jobs:
1314
build:
@@ -18,7 +19,6 @@ jobs:
1819
POETRY_VENV: "/opt/poetry-venv"
1920
S3_BUCKET: ${{ secrets.S3_BUCKET }}
2021
AWS_DEFAULT_REGION: us-east-2
21-
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python 3.11
@@ -41,7 +41,7 @@ jobs:
4141
/opt/poetry-venv/bin/poetry env info
4242
4343
- name: Configure AWS credentials
44-
uses: aws-actions/configure-aws-credentials@v1
44+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
4545
with:
4646
role-to-assume: arn:aws:iam::480103772849:role/GithubCFTRole
4747
aws-region: us-east-2

0 commit comments

Comments
 (0)