Skip to content

Commit

Permalink
update creds used
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed May 17, 2024
1 parent 4aa0682 commit 227d1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: pnpm cdk deploy --all --require-approval never
working-directory: cdk
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.DEPLOYER_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEPLOYER_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1

0 comments on commit 227d1fd

Please sign in to comment.