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