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 @@ -53,6 +53,13 @@ jobs:
*/*/__vis__/**/__results__

release:
# Declaring permissions replaces the default set, so every scope the called
# 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:
id-token: write
contents: write
pull-requests: write
uses: repobuddy/.github/.github/workflows/pnpm-release-changeset.yml@v2
needs: verify
secrets: inherit
Expand Down