Skip to content

Commit

Permalink
ci: add permissions to release please action (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson authored Nov 22, 2023
1 parent 4dacef2 commit 4d9a780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
build:
uses: ./.github/workflows/lint-and-tests.yml
Expand Down

0 comments on commit 4d9a780

Please sign in to comment.