Skip to content

Commit 36bed2a

Browse files
authored
Use OIDC for coverage token (#14)
1 parent 03a549a commit 36bed2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
actions: write
1313
contents: read
14+
id-token: write
1415

1516
jobs:
1617
build:
@@ -36,5 +37,5 @@ jobs:
3637

3738
- uses: qltysh/qlty-action/coverage@main
3839
with:
39-
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
40+
oidc: true
4041
files: coverage/coverage.json

0 commit comments

Comments
 (0)