feat: use secrets for keys (#528)

This commit is contained in:
Canny 2022-11-24 00:27:00 +03:00 committed by GitHub
parent b0c4567cb8
commit 6ea055d486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 26 deletions

View file

@ -0,0 +1,5 @@
// Dummy environment variables used for building the app locally. These automatically get set with correct values during workflow builds.
class Environment {
static const sentryDSN = '';
static const crowdinKEY = '';
}