Skip to content

Commit 10e8c77

Browse files
committed
Improve doc on GitLab tokens as GitHub secrets
1 parent cfaddbf commit 10e8c77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
3131
```
3232

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.

0 commit comments

Comments
 (0)