mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 22:39:26 +00:00
Update GitHub token input to require CUSTOM_GH_TOKEN for authentication in workflows
This commit is contained in:
5
.github/actions/runner-fallback/action.yml
vendored
5
.github/actions/runner-fallback/action.yml
vendored
@@ -12,8 +12,9 @@ inputs:
|
||||
required: true
|
||||
github-token:
|
||||
description: 'GitHub token with repo admin read permissions'
|
||||
required: false
|
||||
default: ${{ secrets.CUSTOM_GH_TOKEN }}
|
||||
required: true
|
||||
|
||||
|
||||
|
||||
outputs:
|
||||
use-runner:
|
||||
|
Reference in New Issue
Block a user