From 4e799e68ef1eaa46e71b241366eba7d9a15e167a Mon Sep 17 00:00:00 2001 From: Mythie Date: Fri, 8 Dec 2023 09:44:36 +1100 Subject: [PATCH] chore: update ci --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 118cb673f..80d188964 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,12 +15,10 @@ jobs: with: ref: main fetch-depth: 0 + token: ${{ secrets.GH_TOKEN }} - name: Push to release branch run: | - git config user.name "GitHub Actions" - git config user.email "actions@github.com" - git checkout release || git checkout -b release git merge --ff-only main git push origin release