Skip to content

Commit c43637b

Browse files
authored
GITHUB_TOKEN passing is required (#75)
1 parent 6ae80f5 commit c43637b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
configuration-path: .github/labeler.yml
5050
not-before: 2020-01-15T02:54:32Z
5151
enable-versioned-regex: 0
52+
repo-token: ${{ github.token }}
5253
```
5354

5455
`not-before` is optional and will result in any issues prior to this timestamp to be ignored.
@@ -90,6 +91,7 @@ jobs:
9091
enable-versioned-regex: 1
9192
versioned-regex: 'issue_labeler_regex_version=(\d+)'
9293
body-missing-regex-label: 'broken-template'
94+
repo-token: ${{ github.token }}
9395
```
9496

9597
When the issue is evaluated it'll look for `.github/labeler-v1.yml` based on the `configuration-path` and the version number set in the issue.
@@ -133,6 +135,7 @@ jobs:
133135
configuration-path: .github/labeler.yml
134136
enable-versioned-regex: 0
135137
include-title: 1
138+
repo-token: ${{ github.token }}
136139
```
137140

138141
### Syncing Labels
@@ -150,4 +153,5 @@ jobs:
150153
configuration-path: .github/labeler.yml
151154
enable-versioned-regex: 0
152155
sync-labels: 1
156+
repo-token: ${{ github.token }}
153157
```

0 commit comments

Comments
 (0)