From 78e327e40c70a8c5853c06b4f4c475887f0cf50b Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 19 Aug 2021 23:31:38 -0400 Subject: [PATCH] Update autoMerge.yml --- .github/workflows/autoMerge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoMerge.yml b/.github/workflows/autoMerge.yml index b2de3128..b27a3cfc 100644 --- a/.github/workflows/autoMerge.yml +++ b/.github/workflows/autoMerge.yml @@ -12,12 +12,13 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest + environment: workflow-env # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Enable Auto Merge run: | - echo ${{ secrets.PUSH_TOKEN }} >> auth.txt + echo ${{ secrets.MERGE_TOKEN }} >> auth.txt gh auth login --with-token < auth.txt rm auth.txt gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto