Skip to content

Commit

Permalink
ci: Use github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored Sep 17, 2024
1 parent 19ef09f commit 5a2b6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: yesolutions/[email protected]
with:
REMOTE: "https://gitlab.com/sorairolake/sysexits-rs.git"
GIT_USERNAME: sorairolake
GIT_USERNAME: ${{ github.actor }}
GIT_PASSWORD: ${{ secrets.GITLAB_TOKEN }}
PUSH_ALL_REFS: "false"

Expand All @@ -42,6 +42,6 @@ jobs:
uses: yesolutions/[email protected]
with:
REMOTE: "https://codeberg.org/sorairolake/sysexits-rs.git"
GIT_USERNAME: sorairolake
GIT_USERNAME: ${{ github.actor }}
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
PUSH_ALL_REFS: "false"

0 comments on commit 5a2b6c4

Please sign in to comment.