Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
add test api key workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aliig committed Nov 30, 2023
1 parent eec61ca commit 836a2eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
if [ -z "${{ secrets.CURSEFORGE_API_KEY }}" ]; then
echo "CURSEFORGE_API_KEY is not set."
else
echo "Length of CURSEFORGE_API_KEY: ${#CURSEFORGE_API_KEY}"
API_KEY="${{ secrets.CURSEFORGE_API_KEY }}"
echo "Length of CURSEFORGE_API_KEY: ${#API_KEY}"
fi

0 comments on commit 836a2eb

Please sign in to comment.