commit aa89a78
Artur Manuel
·
2026-05-21 01:41:00 +0000 UTC
parent 68276f2
ci: don't echo forgejo token onto commit, that's for push
1 files changed,
+2,
-2
+2,
-2
1@@ -27,5 +27,5 @@ jobs:
2 git remote add origin "$FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY"
3 git switch -c pages
4 git add .
5- echo $FORGEJO_TOKEN | git commit -m "redeploy pages $FORGEJO_RUN_ID"
6- git push
7+ git commit -m "redeploy pages $FORGEJO_RUN_ID"
8+ echo $FORGEJO_TOKEN | git push --set-upstream origin pages