Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selul authored Nov 5, 2024
1 parent af20871 commit 80f077f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}
TARGET_REPO: 'https://github.com/Codeinwp/themeisle-sdk-lib'
run: |
git remote add mirror "$TARGET_REPO"
git remote add mirror "https://${{ secrets.BOT_TOKEN }}@github.com/Codeinwp/themeisle-sdk-lib"
git push mirror master --force # Push only the main branch
git push mirror --tags --force # Push all tags

0 comments on commit 80f077f

Please sign in to comment.