Merge pull request #120 from peter-evans/workflow-perm

Add workflow permissions
This commit is contained in:
Peter Evans 2022-08-19 11:25:09 +09:00 committed by GitHub
commit cc3b8eee43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ on:
paths-ignore:
- 'README.md'
- 'docs/**'
permissions:
issues: write
pull-requests: write
contents: write
jobs:
build:
runs-on: ubuntu-latest