We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217ead commit 0f4265dCopy full SHA for 0f4265d
.github/workflows/coverage.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- "main"
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
coverage:
13
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -4,6 +4,10 @@ on:
4
push:
build_and_run_tests:
runs-on: "${{ matrix.os }}"
0 commit comments