Skip to content

Commit 6592b70

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--configure-aws-credentials
2 parents 44ba316 + 3478c15 commit 6592b70

File tree

6 files changed

+1227
-7104
lines changed

6 files changed

+1227
-7104
lines changed

.github/workflows/cawsc-test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Test Configure AWS Credential
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
cawsc:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
id-token: write
10+
steps:
11+
- name: CAWSC
12+
uses: aws-actions/configure-aws-credentials@main
13+
with:
14+
aws-region: us-west-2
15+
role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
16+
role-duration-seconds: 900
17+
role-session-name: TestCAWSC
18+
- name: Whoami
19+
run: |
20+
aws sts get-caller-identity

.github/workflows/dependabot-autoapprove.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
aws-region: us-west-2
2020
role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
2121
role-duration-seconds: 900
22-
role-session-name: SecretsManagerFetch
2322
- name: Get bot user token
2423
uses: aws-actions/aws-secretsmanager-get-secrets@v2
2524
with:

0 commit comments

Comments
 (0)