Update trigger_rebuild.yaml

This commit is contained in:
2025-01-22 15:24:25 +00:00
committed by GitHub
parent 0361cc618c
commit 38383ce662

View File

@@ -14,7 +14,7 @@ jobs:
response=$(curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.PUBLIC_REPO_SYNC_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-w "%{http_code}" \
-o /dev/null \