Skip to content

Commit bdc6257

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
print(client_id)
4444
print('authority')
4545
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}";')
46+
fileWithKeys.write('export const SCOPES = ["XXX"];')
47+
fileWithKeys.write('\nexport const CLIENT_ID = "XXX";')
48+
fileWithKeys.write('\nexport const AUTHORITY = "XXX";')
4949
5050
- name: Run the test
5151
run: npm run ci-test --if-present

0 commit comments

Comments
 (0)