[ci/fix] Fix yaml
This commit is contained in:
parent
8d49ee09de
commit
fd829d6d88
4 changed files with 37 additions and 37 deletions
2
.github/workflows/bitbucket-mirror.yml
vendored
2
.github/workflows/bitbucket-mirror.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: 'https://anas-elgarhy@bitbucket.org/anas_elgarhy/archy-dwm.git.git'
|
||||
REMOTE: 'https://anas-elgarhy@bitbucket.org/anas_elgarhy/archy-dwm.git'
|
||||
REMOTE_NAME: bitbucket
|
||||
GIT_USERNAME: anas_elgarhy
|
||||
GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }}
|
||||
|
|
2
.github/workflows/pagure-mirror.yml
vendored
2
.github/workflows/pagure-mirror.yml
vendored
|
@ -14,4 +14,4 @@ jobs:
|
|||
REMOTE: 'https://gitdab.com/archy-linux/archy-dwm.git'
|
||||
REMOTE_NAME: gitdab
|
||||
GIT_USERNAME: anas-elgarhy
|
||||
GIT_PASSWORD: ${{ secrets.PAGURE_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue