Skip to content

Commit

Permalink
ci: add workflow permissions (peter-evans#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans authored and aleksandrychev committed Mar 4, 2024
1 parent f2338cd commit 64054f2
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 64054f2

Please sign in to comment.