We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80f8ca commit f52a31bCopy full SHA for f52a31b
.github/workflows/python-app.yml
@@ -7,7 +7,8 @@ on:
7
branches: [ "main" ]
8
9
permissions:
10
- contents: read
+ contents: read
11
+ id-token: write # This is required for requesting the JWT
12
13
jobs:
14
build:
@@ -18,7 +19,6 @@ jobs:
18
19
POETRY_VENV: "/opt/poetry-venv"
20
S3_BUCKET: ${{ secrets.S3_BUCKET }}
21
AWS_DEFAULT_REGION: us-east-2
-
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python 3.11
@@ -41,7 +41,7 @@ jobs:
41
/opt/poetry-venv/bin/poetry env info
42
43
- name: Configure AWS credentials
44
- uses: aws-actions/configure-aws-credentials@v1
+ uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
45
with:
46
role-to-assume: arn:aws:iam::480103772849:role/GithubCFTRole
47
aws-region: us-east-2
0 commit comments