Skip to content

Commit

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

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

0 comments on commit d213fa9

Please sign in to comment.