Skip to content

Commit

Permalink
chore: add permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nimec01 committed Sep 21, 2024
1 parent d480a09 commit 4b232ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Lint, Test and Release
on:
push:

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

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

0 comments on commit 4b232ad

Please sign in to comment.