From 96204b34ee108f8d82385f2f4ce408512e595ee2 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Sun, 31 Jul 2022 11:54:41 +0530 Subject: [PATCH] ci: update workflows --- .github/workflows/continuous-delivery.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b78f3d9..fa1ff67 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -46,5 +46,6 @@ jobs: if: steps.cpr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v2 with: + token: ${{ secrets.GITHUB_TOKEN }} pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} merge-method: squash \ No newline at end of file