feat: mirror to bitbucket #4
1 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue