Skip to content

Commit 3db927b

Browse files
authored
fix: Add contents permission for release CI (coder#3927)
1 parent 0010409 commit 3db927b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222
required: true
2323

2424
permissions:
25+
# Required to publish a release
26+
contents: write
2527
# Necessary to push docker images to ghcr.io.
2628
packages: write
2729

0 commit comments

Comments
 (0)