Skip to content

Commit eab4e5f

Browse files
committed
Update swift.yml
1 parent 62f1faf commit eab4e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
{
2626
"hostname": "${{ secrets.SQ_LITE_CLOUD_HOST }}",
2727
"username": "${{ secrets.SQ_LITE_CLOUD_USER }}",
28-
"password": "${{ secrets.SQ_LITE_CLOUD_PASS }}"
28+
"password": "${{ secrets.SQ_LITE_CLOUD_PASS }}",
29+
"apiKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
2930
}
3031
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
3132

0 commit comments

Comments
 (0)