From 62aa0c94a71b3b83351017e565da3391da97d17d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 22 Jan 2025 16:17:27 +0000 Subject: [PATCH] Update trigger_rebuild.yaml --- .github/workflows/trigger_rebuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_rebuild.yaml b/.github/workflows/trigger_rebuild.yaml index ebba937..c99258c 100644 --- a/.github/workflows/trigger_rebuild.yaml +++ b/.github/workflows/trigger_rebuild.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Trigger rebuild env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PUBLIC_ACTION_TRIGGER_TOKEN }} run: | gh api \ --method POST \