mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-08-28 22:30:12 -04:00
Add role-session-name for each aws-s3/sync command
This commit is contained in:
parent
18084a5cd0
commit
a45ed1bba7
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ jobs:
|
|||
steps:
|
||||
- aws-s3/sync:
|
||||
role-arn: '${AWS_OIDC_IAM_ROLE}'
|
||||
role-session-name: "develop-branch-session"
|
||||
aws-region: AWS_REGION
|
||||
from: ./build
|
||||
to: '${S3_BUCKET_NAME_develop}'
|
||||
|
@ -54,6 +55,7 @@ jobs:
|
|||
steps:
|
||||
- aws-s3/sync:
|
||||
role-arn: '${AWS_OIDC_IAM_ROLE}'
|
||||
role-session-name: "master-branch-session"
|
||||
aws-region: AWS_REGION
|
||||
from: ./build
|
||||
to: '${S3_BUCKET_NAME_develop}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue