We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36e23c7 + e56c997 commit 5d3a4c0Copy full SHA for 5d3a4c0
.github/workflows/codecov.yml
@@ -3,8 +3,13 @@ name: Run tests and upload coverage
3
on:
4
push
5
6
+permissions: {}
7
+
8
jobs:
9
test:
10
+ permissions:
11
+ contents: read
12
+ id-token: write
13
name: Run tests and collect coverage
14
runs-on: ubuntu-latest
15
steps:
.github/workflows/publish.yml
@@ -5,6 +5,8 @@ on:
branches: [main]
types: [closed]
publish:
permissions:
0 commit comments