summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-09 04:00:49 -0500
committerGitHub <noreply@github.com>2020-01-09 04:00:49 -0500
commit37edc6898b453b80806f07264cc94acf04bdd39e (patch)
tree8b4cc7a039c4d1e29a371f942d7e605ab3725072 /.github
parente45f970ad67ed77a2b03e4f4734c413888013a72 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index e0d45d991b..3a68bd23a5 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/labeler@v2
with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ repo-token: "${{ secrets.NETDATABOT_TOKEN }}"