There was an error while loading. Please reload this page.
1 parent c5d5d6a commit e39503cCopy full SHA for e39503c
1 file changed
.github/workflows/release.yaml
@@ -9,6 +9,8 @@ jobs:
9
uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main
10
permissions:
11
contents: write
12
+ # GitHub validates nested job permissions before evaluating job `if`s.
13
+ packages: write
14
pull-requests: read
15
with:
16
service-name: photon-otel
0 commit comments