Skip to content

Commit

Permalink
CHECK
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed May 17, 2024
1 parent aa2a0da commit d7d9216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "check is CODECOV_TOKEN exists"
env:
super_secret: ${{ secrets.CODECOV_TOKEN }}
if: ${{ env.super_secret == '' }}
run: 'echo "echo the secret \"CODECOV_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"

0 comments on commit d7d9216

Please sign in to comment.