Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaosSokos committed Feb 24, 2025
1 parent ec32920 commit 8737d42
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ jobs:
check-secrets:
runs-on: ubuntu-latest
steps:
- name: Check for PYPI Token
run: |
if [ -z "${{ secrets.PYPI_API_TOKEN }}" ]; then
echo "❌ PYPI_API_TOKEN is NOT set!"
exit 1
else
echo "✅ PYPI_API_TOKEN exists!"
fi

- name: Check for GitHub Token
run: |
Expand Down

0 comments on commit 8737d42

Please sign in to comment.