From 41b1e6f901cbaa595e73f3290cc69e95287f1e78 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 1 Aug 2024 11:44:09 +1000 Subject: [PATCH] fix merge --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 48b550b..02bfcd3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: ref: refs/heads/master - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} fetch-tags: true # fetch-depth: 0 # - name: stinky but