Skip to content

Commit 53c8664

Browse files
authored
Update swift.yml
1 parent 1a8cd7f commit 53c8664

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+
"apyKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
2930
}
3031
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
3132

0 commit comments

Comments
 (0)