Skip to content

Commit

Permalink
fix(ci): change aws credential logic
Browse files Browse the repository at this point in the history
  • Loading branch information
astorverse committed Jul 17, 2024
1 parent fdc3978 commit 90ca9b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
run: npm run build

- name: Configure AWS credentials
run: |
aws sts get-caller-identity
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_PRODUCTION_ACCESS_KEY }}
Expand Down

0 comments on commit 90ca9b1

Please sign in to comment.