ci: use GITEA_SECRET
This commit is contained in:
parent
680864396f
commit
347978fa2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-to-gitea.yml
vendored
2
.github/workflows/sync-to-gitea.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- name: Push to Gitea main
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
|
||||
run: |
|
||||
echo "Syncing nxtgauge-ai-assistant:main → Gitea main"
|
||||
echo "Commit: $(git rev-parse HEAD)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue