We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859df0f commit 934dd0bCopy full SHA for 934dd0b
.github/workflows/release.yml
@@ -46,6 +46,9 @@ jobs:
46
CGO_ENABLED: 0
47
48
runs-on: ${{ matrix.os }}
49
+ permissions:
50
+ contents: write
51
+ id-token: write # This is required for requesting the JWT
52
53
steps:
54
- name: Set env vars
@@ -231,6 +234,9 @@ jobs:
231
234
env:
232
235
GON_PATH: ${{ github.workspace }}/gon
233
236
needs: [build, create-macos-bundle]
237
238
239
240
241
242
- name: Download artifact
0 commit comments