From d17a3050cf8354609ebf786a59a8348caf6b4b48 Mon Sep 17 00:00:00 2001 From: fakhri Date: Tue, 2 Jan 2024 15:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20add=20personal=20access=20token?= =?UTF-8?q?=20secret?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 24a0ce2..a528bdf 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -25,4 +25,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}} \ No newline at end of file