Add workflow permissions

This commit is contained in:
Peter Evans
2022-08-19 13:16:48 +09:00
parent c73dcc4242
commit 23f37653ea

View File

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