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 860661b commit b03533eCopy full SHA for b03533e
.github/workflows/publish-nargo.yml
@@ -17,9 +17,6 @@ on:
17
merge_group:
18
pull_request:
19
20
-permissions:
21
- # Necessary to upload new release artifacts
22
- contents: write
23
24
jobs:
25
build-apple-darwin:
@@ -33,7 +30,8 @@ jobs:
33
30
timeout-minutes: 30
34
31
permissions:
35
32
id-token: write
36
- contents: read
+ # Necessary to upload new release artifacts
+ contents: write
37
attestations: write
38
39
steps:
@@ -140,7 +138,8 @@ jobs:
140
138
141
139
142
143
144
145
146
0 commit comments