Merge pull request #14 from 13013SwagR/chore/improve-documentation

chore(README,actions.yaml): Improve documentation of the audience parameter
This commit is contained in:
nobe4 2024-06-10 15:24:58 +02:00 коммит произвёл GitHub
Родитель d0cee90ddb d8533275ca
Коммит 19a35ad34c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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'