🐛 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:
Wanjohi
2024-06-18 01:56:20 +03:00
committed by GitHub
parent 51366d3b4b
commit 04a277dede

View File

@@ -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 }}"