This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Update Go version to 1.24.7 #45
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Test Debugger Action | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| oidc_debug_test: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| runs-on: ubuntu-latest | |
| name: A test of the oidc debugger | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Debug OIDC Claims | |
| uses: ./ | |
| with: | |
| audience: 'https://github.com/github' |