1
0
Fork 0
mirror of synced 2026-06-05 17:35:14 +00:00

chore: create one-off test for CAWSC

This commit is contained in:
Tom Keller 2025-02-04 17:05:47 -08:00
commit 1780ebd97b

20
.github/workflows/cawsc-test.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Test Configure AWS Credential
on:
workflow_dispatch:
jobs:
cawsc:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: CAWSC
uses: aws-actions/configure-aws-credentials@main
with:
aws-region: us-west-2
role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
role-duration-seconds: 900
role-session-name: TestCAWSC
- name: Whoami
run: |
aws sts get-caller-identity