@cryptotaxi247 / netdata-1 / commits / 37edc6898

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.

Austin S. Hemmelgarn committed Jan 9, 2020 at 04:00 UTC 37edc6898b453b80806f07264cc94acf04bdd39e
1 file changed +1 -1
.github/workflows/labeler.yml
+1 -1
@@ -14,4 +14,4 @@ jobs:
14 steps:
15 - uses: actions/labeler@v2
16 with:
17 - repo-token: "${{ secrets.GITHUB_TOKEN }}"
17 + repo-token: "${{ secrets.NETDATABOT_TOKEN }}"