Skip to content

Commit

Permalink
Revert "ci: Remove GIT_USERNAME"
Browse files Browse the repository at this point in the history
This reverts commit e4ddd65.
  • Loading branch information
sorairolake committed Sep 17, 2024
1 parent e4ddd65 commit 632cc80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: yesolutions/mirror-action@v0.7.0
with:
REMOTE: "https://gitlab.com/sorairolake/japanese-era-dataset.git"
GIT_USERNAME: sorairolake
GIT_PASSWORD: ${{ secrets.GITLAB_TOKEN }}
PUSH_ALL_REFS: "false"

Expand All @@ -41,5 +42,6 @@ jobs:
uses: yesolutions/mirror-action@v0.7.0
with:
REMOTE: "https://codeberg.org/sorairolake/japanese-era-dataset.git"
GIT_USERNAME: sorairolake
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
PUSH_ALL_REFS: "false"

0 comments on commit 632cc80

Please sign in to comment.