Skip to content

Commit d4f7d37

Browse files
committed
testing
1 parent b33e6a3 commit d4f7d37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-aws-access.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: List S3 Buckets
3434
env:
35-
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID
36-
AWS_SECRET_ACCESS_KEY: AWS_SECRET_ACCESS_KEY
35+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
36+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3737
run: python python/list_buckets.py

0 commit comments

Comments
 (0)