Skip to content

Commit

Permalink
chore: fix permissions in publish.yml (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Sep 7, 2024
1 parent b819e40 commit 8ba6e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
env:
YARN_ENABLE_GLOBAL_CACHE: false

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ba6e0b

Please sign in to comment.