Skip to content

Commit 57a7fa3

Browse files
committed
ci: Add PR Write permission for official PR
1 parent 2c3a06f commit 57a7fa3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/automatic-updates.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
if: github.repository_owner == 'nodejs'
11+
permissions:
12+
pull-requests: write
1113

1214
steps:
1315
- uses: actions/checkout@v4

.github/workflows/official-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
pr:
1717
runs-on: ubuntu-latest
1818
if: github.repository_owner == 'nodejs' && github.event.pull_request.merged_by != ''
19+
permissions:
20+
pull-requests: write
1921

2022
steps:
2123
- name: Checkout the docker-node repo

0 commit comments

Comments
 (0)