Skip to content

Commit 72d420a

Browse files
committed
chore: fix S3_BUCKET env name
1 parent 5b13312 commit 72d420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3232
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3333
S3_BUCKET: ${{ secrets.S3_BUCKET }}
34-
run: aws s3 cp ./example s3://$FIRST_NAME \
34+
run: aws s3 cp ./example s3://$S3_BUCKET \
3535
--acl public-read \
3636
--recursive \
3737
--region ap-northeast-2

0 commit comments

Comments
 (0)