Skip to content

Commit

Permalink
Merge pull request nodejs#2143 from nschonni/ci-permissions
Browse files Browse the repository at this point in the history
ci: Add PR Write permission for official PR
  • Loading branch information
nschonni authored Oct 4, 2024
2 parents bde318c + 57a7fa3 commit aa09489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automatic-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'nodejs'
permissions:
pull-requests: write

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/official-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
pr:
runs-on: ubuntu-latest
if: github.repository_owner == 'nodejs' && github.event.pull_request.merged_by != ''
permissions:
pull-requests: write

steps:
- name: Checkout the docker-node repo
Expand Down

0 comments on commit aa09489

Please sign in to comment.