Skip to content

Commit

Permalink
ci(changesets): add permissions required
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiahi committed Jan 19, 2024
1 parent 82b4132 commit 1df0162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
version:
timeout-minutes: 15
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1df0162

Please sign in to comment.