Skip to content
Open
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: 6 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
publish-dry-run:
name: "Validate Package Publishing"
needs: [codegen]
# publish-all's publish-node job needs id-token: write for npm trusted
# publishing. A called workflow cannot request more than its caller grants,
# and this workflow is capped at contents: read above, so grant it here.
permissions:
id-token: write
contents: read
uses: ./.github/workflows/publish-all.yml
secrets: inherit
with:
Expand Down
Loading