Skip to content

Commit

Permalink
SnapshotBucketNameFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Fukuda committed Oct 26, 2022
1 parent 8f83a05 commit 700f933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- bucket: '${S3_BUCKET_PROD}'
assume-role: arn:aws:iam::583457431358:role/GithubECSRole
role-session-name: GithubActionsECSProd
bucket: [ '${S3_BUCKET_DEV}', '${S3_BUCKET_TEST}', '${S3_BUCKET_PROD}' ]
bucket: [ '${S3_BUCKET_DEV}', '${S3_BUCKET_QA}', '${S3_BUCKET_PROD}' ]
steps:
- name: "List bucket"
run: |
Expand Down

0 comments on commit 700f933

Please sign in to comment.