feat: mirror to bitbucket #4

Merged
leandro merged 7 commits from development into master 2025-05-28 15:38:56 +00:00
Showing only changes of commit 371a0f4066 - Show all commits

View file

@ -117,6 +117,8 @@ jobs:
mirror:
runs-on: docker
container:
image: node:20-alpine
steps:
- name: Checkout código
uses: actions/checkout@v4
@ -126,4 +128,4 @@ jobs:
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --mirror bitbucket
env:
TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}