mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix: update GitHub Actions token for workflow trigger
Replaced the token used for triggering workflows in the build-plugin.yml file from WORKFLOW_TRIGGER_PAT to UNRAID_BOT_GITHUB_ADMIN_TOKEN for improved security and access control.
This commit is contained in:
2
.github/workflows/build-plugin.yml
vendored
2
.github/workflows/build-plugin.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
workflow: release-production.yml
|
workflow: release-production.yml
|
||||||
inputs: '{ "version": "${{ steps.vars.outputs.API_VERSION }}" }'
|
inputs: '{ "version": "${{ steps.vars.outputs.API_VERSION }}" }'
|
||||||
token: ${{ secrets.WORKFLOW_TRIGGER_PAT }}
|
token: ${{ secrets.UNRAID_BOT_GITHUB_ADMIN_TOKEN }}
|
||||||
|
|
||||||
- name: Upload to Cloudflare
|
- name: Upload to Cloudflare
|
||||||
if: inputs.RELEASE_CREATED == 'false'
|
if: inputs.RELEASE_CREATED == 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user