From 50f6db15e2a0b6c6a141ff8dc1f36c9f396c9325 Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:40:47 +0000 Subject: [PATCH] ci: update token in automerge --- .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 0b4ab08..7ca33b6 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -22,4 +22,4 @@ jobs: - name: Run command run: gh pr merge -s --auto ${{ github.event.pull_request.number }} env: - GH_TOKEN: ${{ secrets.GH_FULL_PAT }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}