fix(debug): remove debug logs

This commit is contained in:
Josh Furie 2024-07-19 21:37:34 -07:00
parent 2d11ecca9f
commit 1c179716b4

View File

@ -23,17 +23,6 @@ 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'