mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 08:15:38 +02:00
🐛 fix(autolabeller): Use GITHUB_TOKEN for adding labels too (#88)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** Well, we figured out the first part(PR TITLE) and forgot about the labelling part. 😅 Consult #87 for more info
This commit is contained in:
2
.github/workflows/autolabeller.yml
vendored
2
.github/workflows/autolabeller.yml
vendored
@@ -90,4 +90,4 @@ jobs:
|
||||
use_local_config: true #FIXME:
|
||||
fail_on_error: true
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GIT_MASTER_TOKEN }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user