Setup GH_TOKEN for auto merge

This commit is contained in:
Gabriel Augendre 2023-03-14 10:29:12 +01:00
parent fc3b276106
commit 06940ef652

View file

@ -41,6 +41,8 @@ jobs:
name: Auto merge
runs-on: ubuntu-latest
needs: tests
env:
GH_TOKEN: ${{ github.token }}
if: >-
github.event.pull_request
&& github.event.pull_request.merged == false