Skip to content

Commit

Permalink
Merge pull request #120 from peter-evans/workflow-perm
Browse files Browse the repository at this point in the history
Add workflow permissions
  • Loading branch information
peter-evans committed Aug 19, 2022
2 parents b95e16d + 26c5518 commit cc3b8ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
paths-ignore:
- 'README.md'
- 'docs/**'

permissions:
issues: write
pull-requests: write
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc3b8ee

Please sign in to comment.