Skip to content

Commit b1aeab3

Browse files
committed
added secret token
1 parent fd16c08 commit b1aeab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: qltysh/qlty-action/coverage@v2
6161
if: github.event_name == 'push'
6262
with:
63-
oidc: true
63+
token: ${{ secrets.QLTY_TOKEN }}
6464
files: coverage/.resultset.json
6565

6666
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)