Skip to content

Commit f01d80a

Browse files
authored
Fix template-janitor.yml to be able to push
1 parent 9bb9b40 commit f01d80a

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)