ci: use GITEA_SECRET

This commit is contained in:
Tracewebstudio Dev 2026-04-19 15:43:50 +02:00
parent 992863efe7
commit 4a200c6cbe

View file

@ -18,7 +18,7 @@ jobs:
- name: Push to Gitea high-performance
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
run: |
echo "Syncing nxtgauge-backend-rust:main → Gitea high-performance"
echo "Commit: $(git rev-parse HEAD)"