Skip to content

Commit 432e335

Browse files
authored
Merge branch 'main' into feature/api_key
2 parents eab4e5f + 53c8664 commit 432e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
"hostname": "${{ secrets.SQ_LITE_CLOUD_HOST }}",
2727
"username": "${{ secrets.SQ_LITE_CLOUD_USER }}",
2828
"password": "${{ secrets.SQ_LITE_CLOUD_PASS }}",
29-
"apiKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
29+
"apyKey": "${{ secrets.SQ_LITE_CLOUD_APIKEY }}"
3030
}
3131
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
3232

0 commit comments

Comments
 (0)