We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e103d commit 6ce7729Copy full SHA for 6ce7729
.github/workflows/template.yml
@@ -21,6 +21,8 @@ concurrency:
21
22
jobs:
23
update:
24
+ permissions:
25
+ security-events: write # to create PR
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v4
@@ -30,5 +32,3 @@ jobs:
30
32
run: "git checkout -b template-update && git merge template/${{ env.TEMPLATE_BRANCH }} -m 'chore: Update from template'"
31
33
- name: Push
34
run: "gh pr create -H template-update"
- permissions:
- security-events: write # to create PR
0 commit comments