We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896acca commit d9ccd37Copy full SHA for d9ccd37
.github/workflows/sync-S3-KB.yml
@@ -1,7 +1,7 @@
1
name: syncS3andKB
2
on:
3
push:
4
- branches: [ "sync-S3-KB" ] # Once merged into main, update branch name to main
+ branches: [ "sync-S3-KB" ] # Once merged, update branch name to main.
5
workflow_dispatch:
6
inputs:
7
sdk_name:
@@ -38,7 +38,7 @@ jobs:
38
- name: Configure AWS Credentials
39
uses: aws-actions/configure-aws-credentials@main # Or a specific version
40
with:
41
- role-to-assume: arn:aws:iam::358157044386:role/AWS_GITOIDC_Role
+ role-to-assume: arn:aws:iam::358157044386:role/AWS_GITOIDC_Role #once merged, update trust policy of the role to point to main
42
aws-region: us-west-2
43
44
- name: Set SDK and language mapping for S3
0 commit comments