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