Skip to content

Commit

Permalink
fix: remove wrong step (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 19, 2024
1 parent 0630068 commit 3dffd5f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/refresh_geodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
aws-region: ca-central-1

- name: Configure aws credentials using OIDC
uses: aws-actions/configure-aws-credentials@master
with:
Expand Down

0 comments on commit 3dffd5f

Please sign in to comment.