We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18999ff commit 4aba92fCopy full SHA for 4aba92f
1 file changed
.github/workflows/ci-cd.yml
@@ -5,7 +5,8 @@ on:
5
push:
6
branches: ["master"]
7
8
-permissions: {}
+permissions:
9
+ pull-requests: write # For comments in PRs
10
11
jobs:
12
build:
@@ -38,8 +39,6 @@ jobs:
38
39
if: "github.event_name == 'pull_request'"
40
runs-on: "ubuntu-latest"
41
needs: "build"
- permissions:
42
- pull-requests: write # For comments in PRs
43
steps:
44
- name: Download site artifact
45
uses: actions/download-artifact@v4
0 commit comments