Skip to content

Commit 0aec5d4

Browse files
committed
#58 CI strykey
1 parent d5b1a54 commit 0aec5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
import os
3535
base_path = os.environ.get('BASE_PATH', 'src/environments/')
3636
with open(base_path + "keys.ts", "w") as fileWithKeys:
37-
scopes = os.environ['SCOPES']
37+
scopes = str(os.environ['SCOPES'])
3838
export_scopes = f'export const SCOPES = ["{scopes}"];'
3939
print(export_scopes)
4040
client_id = os.environ['CLIENT_ID']

0 commit comments

Comments
 (0)