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 62f1faf commit eab4e5fCopy full SHA for eab4e5f
.github/workflows/swift.yml
@@ -25,7 +25,8 @@ jobs:
25
{
26
"hostname": "${{ secrets.SQ_LITE_CLOUD_HOST }}",
27
"username": "${{ secrets.SQ_LITE_CLOUD_USER }}",
28
- "password": "${{ secrets.SQ_LITE_CLOUD_PASS }}"
+ "password": "${{ secrets.SQ_LITE_CLOUD_PASS }}",
29
+ "apiKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
30
}
31
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
32
0 commit comments