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 10dcecf commit ffc13dbCopy full SHA for ffc13db
1 file changed
.github/workflows/gating.yaml
@@ -4,13 +4,18 @@ name: Gating
4
"on":
5
pull_request:
6
push:
7
+ branches:
8
+ - main
9
workflow_dispatch:
10
inputs: {}
11
12
jobs:
13
tests:
14
name: Unit tests
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ id-token: write
18
+ contents: read
19
20
steps:
21
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -29,7 +34,8 @@ jobs:
29
34
with:
30
35
fail_ci_if_error: true
31
36
verbose: true
32
- token: ${{ secrets.CODECOV_TOKEN }}
37
+ use_oidc: true
38
+ flags: unit-tests
33
39
40
linters:
41
name: Linters
0 commit comments