Skip to content

Commit

Permalink
fix: rename apikeys.defaults into secrets.defaults to match new name
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemangano committed Nov 10, 2024
1 parent e6fad99 commit f2401d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# sed "s|SERVICE_KEY|SERVICE_KEY|g;" secrets.defaults.properties > secrets.properties
# sed "s|SUPABASE_URL|SUPABASE_URL|g;" secrets.defaults.properties > secrets.properties
# sed "s|POWERSYNC_URL|POWERSYNC_URL|g;" secrets.defaults.properties > secrets.properties
sed "s|TEST|TEST|g;" apikeys.defaults.properties > secrets.properties
sed "s|TEST|TEST|g;" secrets.defaults.properties > secrets.properties
cat secrets.properties
Expand Down

0 comments on commit f2401d5

Please sign in to comment.