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 211d15f commit bdc6257Copy full SHA for bdc6257
.github/workflows/CI-mutation-tests.yml
@@ -43,9 +43,9 @@ jobs:
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}";')
+ fileWithKeys.write('export const SCOPES = ["XXX"];')
+ fileWithKeys.write('\nexport const CLIENT_ID = "XXX";')
+ fileWithKeys.write('\nexport const AUTHORITY = "XXX";')
49
50
- name: Run the test
51
run: npm run ci-test --if-present
0 commit comments