development #6

Merged
leandro merged 3 commits from development into master 2025-05-28 18:15:08 +00:00
Showing only changes of commit 88415230ce - Show all commits

View file

@ -116,22 +116,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
mirror: mirror:
runs-on: docker uses: leandro/devops/.forgejo/workflows/mirror.yml@main
container: with:
image: node:20-alpine remote_url: https://leandro_costa:${{ secrets.BITBUCKET_TOKEN }}@bitbucket.org/leandro_costa/lhmask.git
steps:
- name: Instalando dependencias
run: |
apk add git
- name: Checkout código
uses: actions/checkout@v4
with:
fetch-depth: 0 # ✅ clone completo
- name: Push para o repositório espelho
run: |
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --force bitbucket HEAD
env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}