From 04a277dedeb47424e5a6689130cc62bb93c2bcb0 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:56:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(autolabeller):=20Use=20GITHU?= =?UTF-8?q?B=5FTOKEN=20for=20adding=20labels=20too=20(#88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .github/workflows/autolabeller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeller.yml index 35cadf29..85d395f5 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeller.yml @@ -90,4 +90,4 @@ jobs: use_local_config: true #FIXME: fail_on_error: true env: - GITHUB_TOKEN: "${{ secrets.GIT_MASTER_TOKEN }}" \ No newline at end of file + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file