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 72ba39f commit e74cfaaCopy full SHA for e74cfaa
1 file changed
.github/workflows/test-aws-access.yaml
@@ -23,13 +23,6 @@ jobs:
23
run: |
24
pip install boto3
25
26
- - name: Configure AWS Credentials
27
- uses: aws-actions/configure-aws-credentials@v4
28
- with:
29
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
30
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
31
- aws-region: us-west-2
32
-
33
- name: List S3 Buckets
34
env:
35
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments