Skip to content

Commit 36c7702

Browse files
committed
chore(ci): give release job permission to write to repo
1 parent dac84eb commit 36c7702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Test & Maybe Release
2+
permissions:
3+
contents: write
24
on: [push, pull_request]
35
jobs:
46
test:

0 commit comments

Comments
 (0)