From dbe21b9106480553b3fc082e76306f474c90e8b9 Mon Sep 17 00:00:00 2001 From: underthestars-zhy Date: Tue, 21 Jul 2026 15:35:28 -0700 Subject: [PATCH] fix(ci): grant package permission to release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3442ebb..e5024d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,6 +9,8 @@ jobs: uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main permissions: contents: write + # GitHub validates nested job permissions before evaluating job `if`s. + packages: write pull-requests: read with: service-name: photon-otel