Add workflow permissions

This commit is contained in:
Peter Evans 2022-08-19 11:21:32 +09:00
parent b95e16d285
commit 26c5518d73

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