Skip to content

Commit

Permalink
ci: add permissions to release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Nov 22, 2023
1 parent 4dacef2 commit e0d91ba
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 e0d91ba

Please sign in to comment.