We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b1a54 commit 0aec5d4Copy full SHA for 0aec5d4
.github/workflows/CI-mutation-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
import os
35
base_path = os.environ.get('BASE_PATH', 'src/environments/')
36
with open(base_path + "keys.ts", "w") as fileWithKeys:
37
- scopes = os.environ['SCOPES']
+ scopes = str(os.environ['SCOPES'])
38
export_scopes = f'export const SCOPES = ["{scopes}"];'
39
print(export_scopes)
40
client_id = os.environ['CLIENT_ID']
0 commit comments