Skip to content

Commit 6790f15

Browse files
authored
Update repo-token to use personal access token
1 parent 0cfdae3 commit 6790f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regexLabeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
configuration-path: .github/labeler.yml
1717
enable-versioned-regex: 0
1818
include-title: 1
19-
repo-token: ${{ github.token }}
19+
repo-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2020
- uses: wow-actions/auto-assign@v3
2121
with:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)