From 8dcaf900133c9265dbdda7dd707e930c94135106 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 17 Oct 2023 17:33:32 -0400 Subject: actions: use GH_TOKEN --- .github/workflows/autobot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/autobot.yaml') diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index cc1756c..efb14a9 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -22,4 +22,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ github.token }} -- cgit v1.2.3