Skip to content

Commit ea6092b

Browse files
committed
Update ci.yml
1 parent 349d145 commit ea6092b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ jobs:
7474
- name: Install package in development mode
7575
run: pip install -e .
7676

77-
- name: Verify secrets are configured
78-
run: |
79-
if [ -z "${{ secrets.LOGZIO_TOKEN }}" ]; then
80-
echo "::error::LOGZIO_TOKEN secret is not configured"
81-
exit 1
82-
fi
83-
if [ -z "${{ secrets.LOGZIO_API_KEY }}" ]; then
84-
echo "::error::LOGZIO_API_KEY secret is not configured"
85-
exit 1
86-
fi
87-
echo "✅ Required secrets are configured"
8877

8978
- name: Generate unique ENV_ID
9079
id: env-id

0 commit comments

Comments
 (0)