diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 136062af1..74b25687d 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -45,6 +45,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index 299c5ad4b..100f5d518 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -47,6 +47,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 855312231..a550e183e 100644 --- a/.github/workflows/go-version.yml +++ b/.github/workflows/go-version.yml @@ -41,6 +41,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 140a3ff27..549b76d9e 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -42,6 +42,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 1e13791ba..184f6c276 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -51,6 +51,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }} diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 114e254f7..fcc8e3164 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -36,6 +36,6 @@ jobs: - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' - run: gh pr merge --merge --auto --rebase + run: gh pr merge --merge --auto env: GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}