From 682a39696e84e3040189ce49522a1939ff733830 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 22 Jan 2025 15:47:20 +0000 Subject: [PATCH] Update trigger_rebuild.yaml --- .github/workflows/trigger_rebuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger_rebuild.yaml b/.github/workflows/trigger_rebuild.yaml index a80ee5f..aa39000 100644 --- a/.github/workflows/trigger_rebuild.yaml +++ b/.github/workflows/trigger_rebuild.yaml @@ -11,10 +11,10 @@ jobs: steps: - name: Trigger rebuild env: - GH_TOKEN: ${{ secrets.PUBLIC_REPO_SYNC_TOKEN }} + GH_TOKEN: ${{ secrets.PUBLIC_ACTION_TRIGGER_TOKEN }} run: | if [ -z "$GH_TOKEN" ]; then - echo "Error: PUBLIC_REPO_SYNC_TOKEN secret is not set" + echo "Error: PUBLIC_ACTION_TRIGGER_TOKEN secret is not set" exit 1 fi