From 51366d3b4bb583ed17259dce1ec8b57229826007 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:48:39 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(autolabeller):=20Use=20`GITH?= =?UTF-8?q?UB=5FTOKEN`=20for=20autolabelling=20(#87)?= 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?** We are using my personal account key to do autolabelling. This used to work when the project was under my personal, but now it breaks whenever some 3rd party tries to open a PR --- .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 8e94c5fd..35cadf29 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeller.yml @@ -24,7 +24,7 @@ jobs: - uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e id: lint_pr_title env: - GITHUB_TOKEN: ${{ secrets.GIT_MASTER_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: types: |- build