Update trigger_rebuild.yaml

This commit is contained in:
2025-01-22 15:47:20 +00:00
committed by GitHub
parent 998f249adb
commit 682a39696e

View File

@@ -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