Skip to content

Commit 441b82a

Browse files
authored
Update Commit_to_Main.yml
1 parent f36776d commit 441b82a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Commit_to_Main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222

2323
- name: Get repository secret
2424
run: |
25-
jq --arg key "$API_KEY" '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
26-
env:
27-
ApiKey: ${{ secrets.HERE_PLATFORM_API_KEY}}
25+
jq --arg key "" '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
26+
2827
# run: echo "api key-$ApiKey"
2928

3029

0 commit comments

Comments
 (0)