Skip to content

Commit

Permalink
changeset action (#131)
Browse files Browse the repository at this point in the history
* add changeset action

* add permissions to action
  • Loading branch information
coffeexcoin authored Dec 21, 2024
1 parent c056329 commit 3d7688c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 3d7688c

Please sign in to comment.