File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
GITLAB_HOSTNAME: "gitlab.com"
27
27
GITLAB_USERNAME: "svboxel"
28
28
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} // Generate here: https://gitlab.com/profile/personal_access_tokens
29
- GITLAB_PROJECT_ID: "<GitLab project ID>"
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://help .github.com/en/articles/virtual-environments-for-github-actions# github_token-secret
29
+ GITLAB_PROJECT_ID: "<GitLab project ID>" // https://gitlab.com/<namespace>/<repository>/edit
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://docs .github.com/en/actions/reference/authentication-in-a-workflow#about-the- github_token-secret
31
31
```
32
32
33
33
Be sure to define the ` GITLAB_PASSWORD ` secret in ` https://github.com/<namespace>/<repository>/settings/secrets `
You can’t perform that action at this time.
0 commit comments