Skip to content

Commit

Permalink
ci: check secrets exists
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Feb 17, 2024
1 parent e0bbd3f commit 8c80fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: motea927/peer-gear
- name: Check if CODECOV_TOKEN exists
run: echo "${{ secrets.CODECOV_TOKEN }}" | wc -c

0 comments on commit 8c80fa9

Please sign in to comment.