Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix typo (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya authored Mar 5, 2024
1 parent 46fdd11 commit 2075a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
args: --follow-symlinks
env:
AWS_S3_BUCKET: cdn.revert.dev
AWS_S3_BUCKET: cdn2.revert.dev
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: 'packages/js/build'
Expand Down

0 comments on commit 2075a28

Please sign in to comment.