fix: use existing forgejo mirror secrets
This commit is contained in:
parent
7407d6371e
commit
2c25a16402
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync-to-forgejo.yml
vendored
4
.github/workflows/sync-to-forgejo.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
|
||||
- name: Sync to Forgejo
|
||||
env:
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_SECRET }}
|
||||
FORGEJO_OWNER: ${{ secrets.FORGEJO_OWNER || 'ashwin' }}
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_SECRET || secrets.GITEA_SECRET }}
|
||||
FORGEJO_OWNER: ${{ secrets.FORGEJO_OWNER || secrets.FORGEJO_USERNAME || secrets.GITEA_USERNAME || 'ashwin' }}
|
||||
REPO: ${{ github.event.repository.name }}
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue