We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2946e54 commit 0caf9c9Copy full SHA for 0caf9c9
.github/workflows/mirror.yaml
@@ -12,5 +12,5 @@ jobs:
12
- uses: yesolutions/[email protected]
13
with:
14
REMOTE: 'https://gitlab.com/${{ github.repository }}'
15
- GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
16
- GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}
+ GIT_USERNAME: ${{ secrets.ACCESS_TOKEN_UN }}
+ GIT_PASSWORD: ${{ secrets.ACCESS_TOKEN_PW }}
0 commit comments