Skip to content

Commit

Permalink
ci: add workflow permissions (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 19, 2022
1 parent 18f9043 commit 8e154b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -10,6 +10,11 @@ on:
paths-ignore:
- 'README.md'
- 'docs/**'

permissions:
pull-requests: write
contents: write

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

0 comments on commit 8e154b2

Please sign in to comment.