We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed9aa6 commit c8eb7a9Copy full SHA for c8eb7a9
1 file changed
.github/workflows/build.yaml
@@ -9,7 +9,6 @@ on:
9
10
permissions:
11
contents: read
12
- issues: write
13
14
jobs:
15
build:
@@ -43,6 +42,9 @@ jobs:
43
42
uses: ./.github/workflows/reusable-markdown-link-check.yml
44
45
workflow-notification:
+ permissions: # required by the reusable workflow
46
+ contents: read
47
+ issues: write
48
needs:
49
- build
50
if: failure() && github.run_attempt == 1
0 commit comments