We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36776d commit 441b82aCopy full SHA for 441b82a
1 file changed
.github/workflows/Commit_to_Main.yml
@@ -22,9 +22,8 @@ jobs:
22
23
- name: Get repository secret
24
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}}
+ jq --arg key "" '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
+
28
# run: echo "api key-$ApiKey"
29
30
0 commit comments