This commit is contained in:
Domipoke
2026-07-28 18:59:04 +02:00
parent f7bf4d08ed
commit 71088778b5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ jobs:
run: |
git config user.name "gitea-actions"
git config user.email "actions@gitea.local"
git remote set-url origin "https://Domipoke:${{ secrets.GITEA_PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/SharedLaTeX.git"
git remote set-url origin "https://Domipoke:${{ secrets.PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/SharedLaTeX.git"
BRANCH="${GITHUB_REF#refs/heads/}"
echo "Pushing to branch: $BRANCH"
@@ -57,4 +57,4 @@ jobs:
# Ignore the .texcache folder so it doesn't get committed
git add pdf/*.pdf
git diff --cached --quiet || git commit -m "CI: rebuild all PDFs [skip ci]"
git push origin HEAD:refs/heads/"$BRANCH"
git push origin HEAD:refs/heads/"$BRANCH"