Skip to content

Commit

Permalink
Debug OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Apr 26, 2024
1 parent 0a73a6c commit fb59436
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [main]
push:
branches: [main]
workflow_dispatch:
branches: [main]

jobs:
client-test:
Expand All @@ -22,3 +24,21 @@ jobs:
with:
go-version: "1.22"
- run: go test ./...

oidc_debug_test:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
name: A test of the oidc debugger
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: 'https://github.com/punmechanic'

0 comments on commit fb59436

Please sign in to comment.