Skip to content

Commit 3c24bdf

Browse files
committed
add sync steps permissions to template-sync.yml
1 parent df5029d commit 3c24bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
# cronjob trigger
33
schedule:
4-
- cron: "0 0 1 * *"
4+
- cron: "0 0 1 * *"
55
# manual trigger
66
workflow_dispatch:
77
jobs:
@@ -26,4 +26,5 @@ jobs:
2626
with:
2727
source_repo_path: syntapy/test-driven-web-app-template
2828
upstream_branch: main
29+
steps: "commit,push,pr"
2930
pr_labels: template_sync

0 commit comments

Comments
 (0)