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
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
# workflow declares must be listed here — unlisted ones drop to none, and a
# callee asking for more than the caller holds fails the run at startup.
permissions:
# Mints the OIDC token npm exchanges for short-lived publish credentials.
id-token: write
# Lets changesets/action push the version branch and tags.
contents: write
# Lets changesets/action open the "version packages" PR.
pull-requests: write
uses: repobuddy/.github/.github/workflows/pnpm-release-changeset.yml@v2
uses: repobuddy/.github/.github/workflows/pnpm-release-changeset-oidc.yml@v2
needs: verify
secrets: inherit

docgen:
permissions:
Expand Down