Changes to gitea workflow
This commit is contained in:
parent
9614c05b3c
commit
ea8e618ff6
2
.github/workflows/push-to-gitea.yml
vendored
2
.github/workflows/push-to-gitea.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
name: " ⏳ Setting Up Mirror"
|
||||
with:
|
||||
gh_username: ${{ secrets.GH_USERNAME }}
|
||||
gh_accesstoken: ${{ secrets.GH_TOKEN }}
|
||||
gh_accesstoken: ${{ secrets.PAT_AUTOMERGE }}
|
||||
gitea_host: ${{ secrets.GITEA_HOST }}
|
||||
gitea_username: ${{ secrets.GITEA_USERNAME }}
|
||||
gitea_accesstoken: ${{ secrets.GITEA_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user