Skip to content

Commit 0caf9c9

Browse files
committed
chore(ci): update mirror action
1 parent 2946e54 commit 0caf9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: yesolutions/[email protected]
1313
with:
1414
REMOTE: 'https://gitlab.com/${{ github.repository }}'
15-
GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
16-
GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}
15+
GIT_USERNAME: ${{ secrets.ACCESS_TOKEN_UN }}
16+
GIT_PASSWORD: ${{ secrets.ACCESS_TOKEN_PW }}

0 commit comments

Comments
 (0)