Skip to content

Commit 1e491ae

Browse files
authored
fix(release): add write perms (#1265)
## 🧰 Changes The release job failed to write back to the repo, because I added `contents: read` but not `contents: write`
1 parent 3ee4f8d commit 1e491ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
Release:

0 commit comments

Comments
 (0)