File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : syncS3andKB
22on :
33 push :
4- branches : ["sync-S3-KB"] # Once merged, update branch name to main.
4+ branches : ["main"]
55 workflow_dispatch :
66 inputs :
77 sdk_name :
@@ -29,16 +29,16 @@ jobs:
2929 run_job_with_aws :
3030 runs-on : ubuntu-latest
3131 env :
32- sdk_name : ${{ github.event.inputs.sdk_name || 'cpp ' }}
32+ sdk_name : ${{ github.event.inputs.sdk_name || 'python ' }}
3333
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
3737
3838 - name : Configure AWS Credentials
39- uses : aws-actions/configure-aws-credentials@main # Or a specific version
39+ uses : aws-actions/configure-aws-credentials@v5
4040 with :
41- role-to-assume : arn:aws:iam::358157044386:role/AWS_GITOIDC_Role # once merged, update trust policy of the role to point to main branch
41+ role-to-assume : ${{ secrets.AWS_ASSUME_ROLE }} # once merged, update trust policy of the role to point to main branch
4242 aws-region : us-west-2
4343
4444 - name : Set SDK and language mapping for S3
Original file line number Diff line number Diff line change 22//Don't forget to add new line at the end of this file
33
44## basics:
5- /example_code/controltower
5+ /examples/lambda
66
77## feature-scenario:
8- /example_code/s3/scenarios/conditional_requests
8+ /examples/ec2
99
1010## complex-feature-scenario:
11- /example_code/medical-imaging/imaging_set_and_frames_workflow
11+
You can’t perform that action at this time.
0 commit comments