Skip to content

Commit

Permalink
Update update-registry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorcual-Nodes authored Feb 18, 2024
1 parent 21f380e commit dad2231
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/update-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: cleanup
run: |
unset AWS_DEFAULT_REGION
unset AWS_REGION
unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY
unset AWS_SESSION_TOKEN
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1

with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: "us-east-1"
aws-region: "eu-west-2"

- name: List files in S3 bucket
run: |
Expand Down

0 comments on commit dad2231

Please sign in to comment.