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

Add workflow permissions
This commit is contained in:
Peter Evans
2022-08-19 13:18:23 +09:00
committed by GitHub

View File

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