archy-dwm/.github/workflows/bitbucket-mirror.yml

18 lines
486 B
YAML

name: Mirror the repo to bitbucket
on: [push]
jobs:
bitbucket-mirror:
runs-on: ubuntu-latest
steps:
- name: mirror in bitbucket
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://anas-elgarhy@bitbucket.org/anas_elgarhy/archy-dwm.git'
REMOTE_NAME: bitbucket
GIT_USERNAME: anas_elgarhy
GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }}