forked from CringeStudios/element-desktop
Debug
This commit is contained in:
parent
0157a59647
commit
a890b9a723
10
.github/workflows/msi_push.yaml
vendored
10
.github/workflows/msi_push.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user