Skip to content

Commit

Permalink
codecov to enable oidc auth
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored Apr 11, 2024
1 parent f291dd5 commit 123ff92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: deno publish --dry-run

- name: Run Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
slug: imcotton/at-key-gen-ssh-ed25519
token: ${{ secrets.CODECOV_TOKEN }}
use_oidc: true

0 comments on commit 123ff92

Please sign in to comment.