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
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
contents: write
pull-requests: read
id-token: write
# buildspace's typescript-service-release.yaml declares `packages: write` on its
# (opt-in, skipped) github-packages-publish job. GitHub validates called-workflow
# job permissions against this grant at startup — before evaluating `if:` — so
# omitting this fails every run with startup_failure.
packages: write
with:
service-name: "@photon-ai/cli"
build-command: "bun run build"
Expand Down
Loading