Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #129 from unicape/1.x
Browse files Browse the repository at this point in the history
chore: permissions
  • Loading branch information
unicape authored Jan 5, 2024
2 parents 7eee30f + 33320a9 commit 776ea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
changesets:
name: Create pull request or publish
# needs: verify
# permissions: write-all
permissions: write-all
runs-on: ubuntu-latest
timeout-minutes: 5

Expand All @@ -34,5 +34,5 @@ jobs:
publish: pnpm changeset:publish
version: pnpm changeset:version
env:
GITHUB_TOKEN: ${{ secrets.WAGMI_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 776ea4e

Please sign in to comment.