From 8c80fa99b08f2a99004ddcb10524433d8e8b120d Mon Sep 17 00:00:00 2001 From: motea927 Date: Sat, 17 Feb 2024 10:47:58 +0800 Subject: [PATCH] ci: check secrets exists --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cf7359..2597c76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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