ci: use GITEA_SECRET

This commit is contained in:
Tracewebstudio Dev 2026-04-19 15:43:35 +02:00
parent e9f9edf0da
commit c4df2c4d4e

View file

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