Skip to content

Commit 530d0c4

Browse files
authored
Fix release permissions (#91)
1 parent eacf80c commit 530d0c4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/index.pkl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ release = (prb) {
285285
"build-pkl-gen-swift-linux-aarch64"
286286
"build-pkl-gen-swift-linux-amd64"
287287
}
288+
permissions {
289+
contents = "write"
290+
}
288291
steps {
289292
new Common.Checkout {}
290293
new Artifact.Download {

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ jobs:
342342
- build-pkl-gen-swift-macos
343343
- build-pkl-gen-swift-linux-aarch64
344344
- build-pkl-gen-swift-linux-amd64
345+
permissions:
346+
contents: write
345347
runs-on: ubuntu-latest
346348
steps:
347349
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)