0Nom4D / GuardianDock

GuardianDock is a mobile app developed with Flutter for IOS and Android that allows Destiny users to check their stats and news about the game.
0 stars 0 forks source link

CI Secrets #41

Closed 0Nom4D closed 8 months ago

0Nom4D commented 8 months ago

Feature

In order to build a truly functional app for Android and iOS, the build CIs need to have access to the Bungie API Key I'm using.

Unfortunately, at this moment, the API key doesn't have any value in any version of the build application.

Thus, I need to implement the API key inside the build CI. This implement should at least be a bit secure so I'll use the Github Actions secrets as a first secure implementation.