Update main.yml

This commit is contained in:
y377 2023-08-04 12:56:51 +08:00 committed by GitHub
parent de8b49a925
commit f99f38640b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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