Skip to content

Commit 6a95da3

Browse files
authored
docs: fix token for GitLab
1 parent ae1e2da commit 6a95da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For a repository hosted on GitLab:
3838
plugins:
3939
- git-committers:
4040
gitlab_repository: 12345678
41-
token: !ENV ["GH_TOKEN"]
41+
token: !ENV ["CI_JOB_TOKEN"]
4242
```
4343
4444
For a repository hosted on GitLab, you need to provide a token so that the

0 commit comments

Comments
 (0)