Skip to content

Commit d9ccd37

Browse files
author
Tejas Ganesh Naik
committed
adding imp comments
1 parent 896acca commit d9ccd37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-S3-KB.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncS3andKB
22
on:
33
push:
4-
branches: [ "sync-S3-KB" ] # Once merged into main, update branch name to main
4+
branches: [ "sync-S3-KB" ] # Once merged, update branch name to main.
55
workflow_dispatch:
66
inputs:
77
sdk_name:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Configure AWS Credentials
3939
uses: aws-actions/configure-aws-credentials@main # Or a specific version
4040
with:
41-
role-to-assume: arn:aws:iam::358157044386:role/AWS_GITOIDC_Role
41+
role-to-assume: arn:aws:iam::358157044386:role/AWS_GITOIDC_Role #once merged, update trust policy of the role to point to main
4242
aws-region: us-west-2
4343

4444
- name: Set SDK and language mapping for S3

0 commit comments

Comments
 (0)