Skip to content

Commit ffe4e64

Browse files
authored
Grant needed permissions to GH_TOKEN during release (#2587)
1 parent 536fd12 commit ffe4e64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
name: Push Release
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
11+
contents: write
1212
packages: write
13-
deployments: write
1413
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**
1514

1615
# build-tools is built from ../../tools/build-tools.Dockerfile

0 commit comments

Comments
 (0)