Skip to content

Commit 2c88f3c

Browse files
committed
CLEAR API KEY
1 parent bcd60ab commit 2c88f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Commit_to_Main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Reset HERE API key
2020
run: |
21-
jq --arg key '"TEST KEY"' '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
21+
jq --arg key 'TEST KEY' '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
2222
2323
- name: Print appsettings.json after update
2424
run: cat Common.Address/appsettings.json

0 commit comments

Comments
 (0)