We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af20871 commit 80f077fCopy full SHA for 80f077f
.github/workflows/mirror.yml
@@ -21,8 +21,7 @@ jobs:
21
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
22
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
23
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}
24
- TARGET_REPO: 'https://github.com/Codeinwp/themeisle-sdk-lib'
25
run: |
26
- git remote add mirror "$TARGET_REPO"
+ git remote add mirror "https://${{ secrets.BOT_TOKEN }}@github.com/Codeinwp/themeisle-sdk-lib"
27
git push mirror master --force # Push only the main branch
28
git push mirror --tags --force # Push all tags
0 commit comments