Skip to content

Commit 3ad7283

Browse files
authored
ops: update write permissions for release (#723)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
1 parent 31f5287 commit 3ad7283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment: release # gates release on required reviewers
5252
runs-on: ubuntu-24.04
5353
permissions:
54-
contents: read # tag pushes go via TAG_TOKEN, not GITHUB_TOKEN
54+
contents: write # for creating the GitHub release (tag pushes go via TAG_TOKEN)
5555
steps:
5656
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757
with:

0 commit comments

Comments
 (0)