From f99f38640b37692c582da702580478f565eab2d9 Mon Sep 17 00:00:00 2001 From: y377 <58632405+y377@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:56:51 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84eea1b..65d3586 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: watch: types: started - +permissions: write-all jobs: build: runs-on: ubuntu-latest @@ -33,5 +33,4 @@ jobs: TYYP_PSW: ${{ secrets.TYYP_PSW }} - name: Git Auto Commit uses: stefanzweifel/git-auto-commit-action@v4.16.0 - env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} +