Skip to content

Commit 80f077f

Browse files
authored
Update mirror.yml
1 parent af20871 commit 80f077f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
2222
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
2323
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}
24-
TARGET_REPO: 'https://github.com/Codeinwp/themeisle-sdk-lib'
2524
run: |
26-
git remote add mirror "$TARGET_REPO"
25+
git remote add mirror "https://${{ secrets.BOT_TOKEN }}@github.com/Codeinwp/themeisle-sdk-lib"
2726
git push mirror master --force # Push only the main branch
2827
git push mirror --tags --force # Push all tags

0 commit comments

Comments
 (0)