Skip to content

Commit 77952f2

Browse files
committed
chore(ci): Update post-release permissions
1 parent 82566e4 commit 77952f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ on:
1818
push:
1919
tags:
2020
- "v*.*.*"
21+
2122
env:
2223
BIN_NAME: cobalt
24+
25+
# We need this to be able to create releases.
26+
permissions:
27+
contents: write
28+
2329
jobs:
2430
create-release:
2531
name: create-release

0 commit comments

Comments
 (0)