Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 30, 2024
1 parent 97c89ca commit a9c49d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tickle-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
steps:
- name: Tickle DB
run: |
TURSO_URL="${{ secrets.TURSO_DATABASE_URL }}"
TURSO_URL="${TURSO_URL/libsql/https}"
curl -X POST \
-H "Authorization: Bearer ${{ secrets.TURSO_AUTH_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"statements": ["SELECT count(id) FROM bytes"]}' \
${{ secrets.TURSO_DATABASE_URL }}
$TURSO_URL

0 comments on commit a9c49d3

Please sign in to comment.