Skip to content

Commit 25d94ae

Browse files
committed
update readme sample
1 parent 5c8552c commit 25d94ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

actions/new-projects/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ env:
7171
7272
jobs:
7373
update_report:
74-
if: startsWith("${{github.event.issue.title}}", "Project onboarding")
74+
if: startsWith(github.event.issue.title, 'Project onboarding') || github.event_name == 'workflow_dispatch'
7575
runs-on: ubuntu-latest
76+
permissions:
77+
contents: write
78+
7679
concurrency:
7780
group: project-update
7881

0 commit comments

Comments
 (0)