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.
2 parents 8559813 + 10e8c77 commit d2622bdCopy full SHA for d2622bd
README.md
@@ -30,4 +30,7 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
31
```
32
33
-Be sure to define the `GITLAB_PASSWORD` secret.
+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