Skip to content

Commit 211d15f

Browse files
committed
#58 CI strykey
1 parent 0169303 commit 211d15f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI-mutation-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
scopes = os.environ['SCOPES']
3838
client_id = os.environ['CLIENT_ID']
3939
authority = os.environ['AUTHORITY']
40+
print('scopes')
41+
print(scopes)
42+
print('client_id')
43+
print(client_id)
44+
print('authority')
45+
print(authority)
4046
fileWithKeys.write(f'export const SCOPES = ["{scopes}"];')
4147
fileWithKeys.write(f'\nexport const CLIENT_ID = "{client_id}";')
4248
fileWithKeys.write(f'\nexport const AUTHORITY = "{authority}";')

0 commit comments

Comments
 (0)