mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 12:41:57 +00:00
Update trigger_rebuild.yaml
This commit is contained in:
4
.github/workflows/trigger_rebuild.yaml
vendored
4
.github/workflows/trigger_rebuild.yaml
vendored
@@ -11,10 +11,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger rebuild
|
- name: Trigger rebuild
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.PUBLIC_REPO_SYNC_TOKEN }}
|
GH_TOKEN: ${{ secrets.PUBLIC_ACTION_TRIGGER_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$GH_TOKEN" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user