Skip to content

Commit 103e2df

Browse files
committed
👷 (workflows): Replace GitLab mirror with self-hosted Gitea
1 parent bc06e12 commit 103e2df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
fetch-depth: 0
1010
- uses: yesolutions/mirror-action@master
1111
with:
12-
REMOTE: 'https://gitlab.com/opensound-org/gitops-cli.git'
13-
REMOTE_NAME: gitlab
14-
GIT_USERNAME: czy29
15-
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
12+
REMOTE: 'https://gitea.29bot.com/opensound-org/gitops-cli.git'
13+
REMOTE_NAME: gitea
14+
GIT_USERNAME: 29bot
15+
GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }}
1616
- uses: yesolutions/mirror-action@master
1717
with:
1818
REMOTE: 'https://gitee.com/opensound-org/gitops-cli.git'

0 commit comments

Comments
 (0)