fix(ci): use GITEA_SECRET in sync workflow
This commit is contained in:
parent
f94a80afc8
commit
28a2051815
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: Sync to Gitea
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_SECRET }}
|
||||
REPO: ${{ github.event.repository.name }}
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue