Skip to content

Commit 16d394f

Browse files
committed
use aws creds
1 parent 34ad8ed commit 16d394f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

38+
- name: Configure AWS credentials
39+
uses: aws-actions/configure-aws-credentials@v4
40+
with:
41+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
42+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
43+
aws-region: us-east-1
44+
3845
- name: Install dependencies
3946
run: |
4047
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)