We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eab4e5f + 53c8664 commit 432e335Copy full SHA for 432e335
.github/workflows/swift.yml
@@ -26,7 +26,7 @@ jobs:
26
"hostname": "${{ secrets.SQ_LITE_CLOUD_HOST }}",
27
"username": "${{ secrets.SQ_LITE_CLOUD_USER }}",
28
"password": "${{ secrets.SQ_LITE_CLOUD_PASS }}",
29
- "apiKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
+ "apyKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
30
}
31
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
32
0 commit comments