ci: use GITEA_SECRET
This commit is contained in:
parent
3e7149794b
commit
132a90529e
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 high-performance
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
|
||||
run: |
|
||||
echo "Syncing nxtgauge-admin-solid:main → Gitea high-performance"
|
||||
echo "Commit: $(git rev-parse HEAD)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue