mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Add comments to clarify token permissions in runner-fallback action
This commit is contained in:
parent
eb21f21dcb
commit
179553fe38
2
.github/actions/runner-fallback/action.yml
vendored
2
.github/actions/runner-fallback/action.yml
vendored
@ -23,6 +23,8 @@ runs:
|
||||
id: pick
|
||||
shell: bash
|
||||
env:
|
||||
# token needs to have reop admin read permissions
|
||||
# https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-a-repository
|
||||
TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
|
||||
PRIMARY: ${{ inputs.primary-runner }}
|
||||
FALLBACK: ${{ inputs.fallback-runner }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user