File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
31
31
```
32
32
33
- Be sure to define the ` GITLAB_PASSWORD ` secret in https://github.com/ <namespace >/<repository >/settings/secrets
34
- Before setup a token to use as ` GITLAB_PASSWORD ` here https://gitlab.com/profile/personal_access_tokens
35
- The token must have ` read_api ` , ` read_repository ` & ` write_repository ` permissions in GitLab.
36
- For granular permissions create seperate users and tokens in GitLab with restricted access.
33
+ Be sure to define the ` GITLAB_PASSWORD ` secret in ` https://github.com/<namespace>/<repository>/settings/secrets `
34
+ Before setup a token to use as ` GITLAB_PASSWORD ` here https://gitlab.com/profile/personal_access_tokens
35
+ The token must have ` read_api ` , ` read_repository ` & ` write_repository ` permissions in GitLab.
36
+ For granular permissions create seperate users and tokens in GitLab with restricted access.
You can’t perform that action at this time.
0 commit comments