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.
1 parent 432e335 commit 13f73eaCopy full SHA for 13f73ea
.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
- "apyKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
+ "apiKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
30
}
31
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
32
0 commit comments