From 4d8588b17331afa45ba8caf84fcec8c0ea03591f Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Wed, 3 Sep 2025 10:04:54 -0400 Subject: [PATCH] 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. --- .github/workflows/build-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml index 79e0f3c51..96f95c7dc 100644 --- a/.github/workflows/build-plugin.yml +++ b/.github/workflows/build-plugin.yml @@ -152,7 +152,7 @@ jobs: with: workflow: release-production.yml inputs: '{ "version": "${{ steps.vars.outputs.API_VERSION }}" }' - token: ${{ secrets.WORKFLOW_TRIGGER_PAT }} + token: ${{ secrets.UNRAID_BOT_GITHUB_ADMIN_TOKEN }} - name: Upload to Cloudflare if: inputs.RELEASE_CREATED == 'false'