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 }} +