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: paths-ignore:
- 'README.md' - 'README.md'
- 'docs/**' - 'docs/**'
permissions:
issues: write
pull-requests: write
contents: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest