Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiki-tak committed Jul 18, 2024
1 parent 2535f50 commit d4b6ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: flutter_bird_app
run: |
touch env
echo WALLET_CONNECT_PROJECT_ID=${{secrets.WALLET_CONNECT_PROJECT_ID}} >> .env
echo WALLET_CONNECT_PROJECT_ID=${{secrets.WALLET_CONNECT_PROJECT_ID}} >> env
- name: Show version
working-directory: flutter_bird_app
Expand Down
1 change: 0 additions & 1 deletion flutter_bird_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ void main() async {
try {
await dotenv.load(fileName: "env");
print(".env loaded successfully");
print("WALLET_CONNECT_PROJECT_ID: ${dotenv.env['WALLET_CONNECT_PROJECT_ID']}");

} catch(e, stackTrace) {
print("Error loading env: $e");
Expand Down

0 comments on commit d4b6ab7

Please sign in to comment.