We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8b6f9 commit 0707ac1Copy full SHA for 0707ac1
1 file changed
.github/workflows/sync-to-mirror-repo.yml
@@ -22,5 +22,5 @@ jobs:
22
23
- name: Push to mirror repo
24
run: |
25
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
+ git remote set-url origin https://x-access-token:${{ secrets.SYNC_TOKEN }}@github.com/${{ github.repository }}.git
26
git push origin develop:develop --force
0 commit comments