Skip to content

Commit

Permalink
update chageset action permissions (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Nov 16, 2023
1 parent 31e0084 commit db53475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -33,6 +32,10 @@ jobs:
run: pnpm run build

- name: Create Release Pull Request or Publish to npm
permissions:
actions: write
pull-requests: write
contents: write
uses: changesets/action@v1
with:
publish: pnpm run publish-packages
Expand Down

0 comments on commit db53475

Please sign in to comment.