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 0169303 commit 211d15fCopy full SHA for 211d15f
.github/workflows/CI-mutation-tests.yml
@@ -37,6 +37,12 @@ jobs:
37
scopes = os.environ['SCOPES']
38
client_id = os.environ['CLIENT_ID']
39
authority = os.environ['AUTHORITY']
40
+ print('scopes')
41
+ print(scopes)
42
+ print('client_id')
43
+ print(client_id)
44
+ print('authority')
45
+ print(authority)
46
fileWithKeys.write(f'export const SCOPES = ["{scopes}"];')
47
fileWithKeys.write(f'\nexport const CLIENT_ID = "{client_id}";')
48
fileWithKeys.write(f'\nexport const AUTHORITY = "{authority}";')
0 commit comments