Merge pull request #14 from 13013SwagR/chore/improve-documentation
chore(README,actions.yaml): Improve documentation of the audience parameter
This commit is contained in:
Коммит
19a35ad34c
|
@ -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,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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче