Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
name: Release
runs-on: macos-latest
environment: main
# Publishing to NPM happens through trusted publishing, which needs an OIDC
# token. Declaring permissions at all narrows them to exactly what is listed,
# so the two the changesets action already relied on are spelled out too.
permissions:
contents: write # version commits, git tags and GitHub releases
pull-requests: write # the "Version Packages" pull request
id-token: write # NPM trusted publishing
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
Loading