Skip to content

Commit

Permalink
write_credentials.sh credentials folder update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpay committed Mar 4, 2023
1 parent e74901b commit 673dc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/write_credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Remove old file first
rm test/integration/credentials.dart
# Create a replacement
printf "const String clientId = '%s';\nconst String clientSecret = '%s';" "$CLIENT_ID" "$CLIENT_SECRET" >> test/credentials.dart
printf "const String clientId = '%s';\nconst String clientSecret = '%s';" "$CLIENT_ID" "$CLIENT_SECRET" >> test/integration/credentials.dart

0 comments on commit 673dc45

Please sign in to comment.