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

18 lines
486 B
YAML
Raw Permalink Normal View History

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