Skip to content

Commit f951c5f

Browse files
authored
Update swift.yml
1 parent 9d0af4d commit f951c5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
echo '
2525
{
2626
"hostname": "${{ secrets.SQ_LITE_CLOUD_HOST }}",
27-
"username": "${{ secrets.SQ_LITE_CLOUD_PASS }}",
28-
"password": "${{ secrets.SQ_LITE_CLOUD_USER }}"
27+
"username": "${{ secrets.SQ_LITE_CLOUD_USER }}",
28+
"password": "${{ secrets.SQ_LITE_CLOUD_PASS }}"
2929
}
3030
' >> Tests/SQLiteCloudTests/Secrets/secrets.json
3131

0 commit comments

Comments
 (0)