From 1246d6dc1d88f5c4acaccf174ea6556970551052 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 30 Aug 2024 12:15:05 +0200 Subject: [PATCH] chore: trigger releases from auto PRs --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index ac3fc12..8593ce0 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -148,7 +148,7 @@ jobs: if: steps.pull-request.outputs.pull-request-operation == 'created' run: gh pr merge --squash --auto "${{ steps.pull-request.outputs.pull-request-number }}" env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Approve if: steps.pull-request.outputs.pull-request-operation == 'created'