Skip to content

Commit

Permalink
build: set permissions again (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Sep 3, 2024
1 parent 6d6e98b commit 813e688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
branches:
- main

permissions: read-all
permissions:
contents: write
pull-requests: write

name: release-please

Expand Down

0 comments on commit 813e688

Please sign in to comment.