Skip to content

Commit

Permalink
Test oidc debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SorsOps committed Sep 25, 2024
1 parent f5ef145 commit c3b33f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
release:
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: '${{ github.server_url }}/${{ github.repository_owner }}'

- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -25,6 +38,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
with:
Expand Down

0 comments on commit c3b33f1

Please sign in to comment.