Skip to content

Commit 317d474

Browse files
authored
fix: Use the right permissions in release workflow's token (#1228)
Signed-off-by: Jorge Turrado <[email protected]>
1 parent 87e713c commit 317d474

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
push:
55
tags: ["v[0-9].[0-9].[0-9]"]
66

7-
permissions:
8-
contents: read
9-
107
jobs:
118
build:
129
runs-on: ubuntu-latest
1310
permissions:
14-
contents: read
11+
contents: write
1512
packages: write
1613
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**
1714

0 commit comments

Comments
 (0)