mirror of
https://github.com/vercel/commerce.git
synced 2025-05-09 11:17:50 +00:00
feat(test oidc): test oidc
This commit is contained in:
parent
83db04fad5
commit
2d11ecca9f
11
.github/workflows/develop.deploy-functions.yml
vendored
11
.github/workflows/develop.deploy-functions.yml
vendored
@ -23,6 +23,17 @@ jobs:
|
||||
id-token: 'write'
|
||||
|
||||
steps:
|
||||
- name: Checkout actions-oidc-debugger
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: github/actions-oidc-debugger
|
||||
ref: main
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: ./.github/actions/actions-oidc-debugger
|
||||
- name: Debug OIDC Claims
|
||||
uses: ./.github/actions/actions-oidc-debugger
|
||||
with:
|
||||
audience: 'projects/244612473611/locations/global/workloadIdentityPools/aspirex-dev/providers/github-actions'
|
||||
- name: Checkout repository
|
||||
uses: 'actions/checkout@v4'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user