Switch to using the netdatabot access token for actions. (#7697)

This updates the access token in the labeler action to use permissions
of the netdatabot account instead of using the generic access token
provided by GitHub.

This allows the labeling to work correctly even for forks owned by
people who do not have write access to the repo.
This commit is contained in:
Austin S. Hemmelgarn 2020-01-09 04:00:49 -05:00 committed by GitHub
parent e45f970ad6
commit 37edc6898b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.NETDATABOT_TOKEN }}"