Skip to content

Commit

Permalink
👷 (workflows): Replace GitLab mirror with self-hosted Gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jan 26, 2025
1 parent bc06e12 commit 103e2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitlab.com/opensound-org/gitops-cli.git'
REMOTE_NAME: gitlab
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
REMOTE: 'https://gitea.29bot.com/opensound-org/gitops-cli.git'
REMOTE_NAME: gitea
GIT_USERNAME: 29bot
GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }}
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitee.com/opensound-org/gitops-cli.git'
Expand Down

0 comments on commit 103e2df

Please sign in to comment.