Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Feb 15, 2024
1 parent d4f7d37 commit 72ba39f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-aws-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: |
pip install boto3
# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v4
# with:
# aws-access-key-id: AWS_ACCESS_KEY_ID
# aws-secret-access-key: AWS_SECRET_ACCESS_KEY
# aws-region: us-west-2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: List S3 Buckets
env:
Expand Down

0 comments on commit 72ba39f

Please sign in to comment.