This commit is contained in:
Ben Banfield-Zanin 2024-04-15 15:59:02 +01:00
parent 0157a59647
commit a890b9a723

View file

@ -11,6 +11,16 @@ jobs:
S3PackageUpload:
runs-on: ubuntu-latest
steps:
- name: Checkout actions-oidc-debugger
uses: actions/checkout@v3
with:
repository: github/actions-oidc-debugger
ref: main
path: ./.github/actions/actions-oidc-debugger
- name: Debug OIDC Claims
uses: ./.github/actions/actions-oidc-debugger
with:
audience: 'sts.amazonaws.com'
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with: