diff --git a/README.md b/README.md index 21c57a0..287bf4e 100644 --- a/README.md +++ b/README.md @@ -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 }}' ``` diff --git a/action.yml b/action.yml index 3aef232..447267b 100644 --- a/action.yml +++ b/action.yml @@ -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 (e.g. https://github.com/github).' required: true runs: using: 'docker'