We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be019c6 commit bbbbad8Copy full SHA for bbbbad8
1 file changed
.github/workflows/builds.yml
@@ -37,7 +37,6 @@ on:
37
38
permissions:
39
contents: read
40
- packages: write
41
42
env:
43
CARGO_TERM_COLOR: always
@@ -310,6 +309,9 @@ jobs:
310
309
name: Build (docker-linux-x64)
311
runs-on: ubuntu-latest
312
if: github.event_name == 'pull_request'
+ permissions:
313
+ contents: read
314
+ packages: write
315
316
steps:
317
- name: Checkout (with submodules)
@@ -396,6 +398,9 @@ jobs:
396
398
name: Build (docker-linux-arm64)
397
399
runs-on: ubuntu-24.04-arm
400
401
402
403
404
405
406
0 commit comments