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 d04b348 commit 4bc2f2dCopy full SHA for 4bc2f2d
.github/workflows/ci.yml
@@ -103,6 +103,8 @@ jobs:
103
104
build-and-test-other-envs:
105
name: "[happy-dom, edge-runtime] test"
106
+ permissions:
107
+ contents: read
108
runs-on: ubuntu-latest
109
timeout-minutes: 20
110
strategy:
.github/workflows/coverage.yml
@@ -9,9 +9,9 @@ on:
9
- "!**"
10
11
jobs:
12
- permissions:
13
- contents: read
14
coverage:
15
name: Check and submit
16
17
steps:
0 commit comments