Skip to content

Commit 4aba92f

Browse files
committed
Tweak
1 parent 18999ff commit 4aba92f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
push:
66
branches: ["master"]
77

8-
permissions: {}
8+
permissions:
9+
pull-requests: write # For comments in PRs
910

1011
jobs:
1112
build:
@@ -38,8 +39,6 @@ jobs:
3839
if: "github.event_name == 'pull_request'"
3940
runs-on: "ubuntu-latest"
4041
needs: "build"
41-
permissions:
42-
pull-requests: write # For comments in PRs
4342
steps:
4443
- name: Download site artifact
4544
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)