Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Debug OIDC Claims
uses: ./.github/actions/actions-oidc-debugger
with:
audience: 'https://github.com/github'
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'OIDC Debugger'
description: 'Print the GitHub Actions OIDC claims.'
inputs:
audience:
description: 'The audience to use when requesting the JWT.'
description: 'The audience to use when requesting the JWT. Your Github server URL and repository owner.'
required: true
runs:
using: 'docker'
Expand Down