Skip to content

Commit ca46c18

Browse files
committed
Revert "ci: Remove GIT_USERNAME"
This reverts commit c022fc9.
1 parent c022fc9 commit ca46c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mirror.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: yesolutions/[email protected]
2626
with:
2727
REMOTE: "https://gitlab.com/sorairolake/nt-time.git"
28+
GIT_USERNAME: sorairolake
2829
GIT_PASSWORD: ${{ secrets.GITLAB_TOKEN }}
2930
PUSH_ALL_REFS: "false"
3031

@@ -41,5 +42,6 @@ jobs:
4142
uses: yesolutions/[email protected]
4243
with:
4344
REMOTE: "https://codeberg.org/sorairolake/nt-time.git"
45+
GIT_USERNAME: sorairolake
4446
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
4547
PUSH_ALL_REFS: "false"

0 commit comments

Comments
 (0)