Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 19a35ad

Browse files
authored
Merge pull request #14 from 13013SwagR/chore/improve-documentation
chore(README,actions.yaml): Improve documentation of the audience parameter
2 parents d0cee90 + d853327 commit 19a35ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Debug OIDC Claims
3030
uses: ./.github/actions/actions-oidc-debugger
3131
with:
32-
audience: 'https://github.com/github'
32+
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
3333
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'OIDC Debugger'
22
description: 'Print the GitHub Actions OIDC claims.'
33
inputs:
44
audience:
5-
description: 'The audience to use when requesting the JWT.'
5+
description: 'The audience to use when requesting the JWT. Your Github server URL and repository owner (e.g. https://github.com/github).'
66
required: true
77
runs:
88
using: 'docker'

0 commit comments

Comments
 (0)