We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacf80c commit 530d0c4Copy full SHA for 530d0c4
.github/index.pkl
@@ -285,6 +285,9 @@ release = (prb) {
285
"build-pkl-gen-swift-linux-aarch64"
286
"build-pkl-gen-swift-linux-amd64"
287
}
288
+ permissions {
289
+ contents = "write"
290
+ }
291
steps {
292
new Common.Checkout {}
293
new Artifact.Download {
.github/workflows/release.yml
@@ -342,6 +342,8 @@ jobs:
342
- build-pkl-gen-swift-macos
343
- build-pkl-gen-swift-linux-aarch64
344
- build-pkl-gen-swift-linux-amd64
345
+ permissions:
346
+ contents: write
347
runs-on: ubuntu-latest
348
steps:
349
- uses: actions/checkout@v5
0 commit comments