Skip to content

Commit fd1bc1d

Browse files
authored
Merge pull request #41 from St0wy/main
Fix template-janitor.yml to be able to push
2 parents a367b71 + f01d80a commit fd1bc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-janitor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
release:
88
types: [published]
99
push:
10-
tags:
1110
branches:
1211
- main
1312
- develop
13+
permissions:
14+
contents: write
1415

1516
env:
1617
TEMPLATES_PATH: ".github/template"

0 commit comments

Comments
 (0)