Skip to content

Commit

Permalink
ci: add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 19, 2022
1 parent da89008 commit 27a09e0
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 27a09e0

Please sign in to comment.