We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815311b commit 7eca19cCopy full SHA for 7eca19c
.github/workflows/create-node-pr.yml
@@ -16,6 +16,9 @@ on:
16
dryRun:
17
description: "Setting this to anything will run all the steps except opening the PR"
18
19
+permissions:
20
+ contents: write
21
+
22
jobs:
23
create-pull-request:
24
name: Create Node PR
scripts/template-oss/create-node-pr-yml.hbs
@@ -14,6 +14,9 @@ on:
14
15
{{> jobYml jobName="Create Node PR" jobCheckout=(obj fetch-depth=0) }}
0 commit comments