File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 3333 run : flutter pub get
3434
3535 - name : Create .env file # 🔥 Génère un fichier .env à partir du secret
36- run : |
36+ run : |
3737 echo "GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID" > env_config.txt
3838 echo "THE_GRAPH_API_KEY=$THE_GRAPH_API_KEY" >> env_config.txt # 🔥 Ajoute la seconde clé API
3939
Original file line number Diff line number Diff line change 3838 - name : Check Flutter version
3939 run : flutter --version
4040
41- # 🔥 Vérifie les fichiers présents dans le repo (pour voir si `Agenda.dart` est bien là)
42- - name : List project files
43- run : ls -R lib/structure/
44-
4541 - name : Decode and write google-services.json
4642 run : |
4743 echo "GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID" > env_config.txt
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ class Parameters {
2323 etherumUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey /subgraphs/id/EVjGN4mMd9h9JfGR7yLC6T2xrJf9syhjQNboFb7GzxVW' ;
2424 rmmUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey /subgraphs/id/2dMMk7DbQYPX6Gi5siJm6EZ2gDQBF8nJcgKtpiPnPBsK' ;
2525 yamUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey /subgraphs/id/4eJa4rKCR5f8fq48BKbYBPvf7DWHppGZRvfiVUSFXBGR' ;
26-
27- debugPrint ("✅ Clé API chargée : $theGraphApiKey " );
2826 }
2927
3028 // 📌 Autres paramètres inchangés
You can’t perform that action at this time.
0 commit comments