From fef63fab1aac94133e7435ce27cb30a6b951cf76 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 13 Oct 2023 11:35:10 -0400 Subject: actions: use github.token for GH_TOKEN idk why it can access this but not the secrets...weird --- .github/workflows/autobot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index 792158a..328113f 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -23,4 +23,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.MERGE_TOKEN }} + GH_TOKEN: ${{ github.token }} -- cgit v1.2.3