We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bf027 commit 90b5da2Copy full SHA for 90b5da2
1 file changed
.github/workflows/Commit_to_Main.yml
@@ -18,12 +18,12 @@ jobs:
18
- name: Print appsettings.json before update
19
run: cat Common.Address/appsettings.json
20
21
- env:
22
- API_KEY: ${{ secrets.HERE_PLATFORM_API_KEY }}
23
-
24
- name: Clear ApiKey using variable (with fallback)
25
run: |
26
jq --arg key "$API_KEY" '.Here.ApiKey = $key' Common.Address/appsettings.json > temp.json && mv temp.json Common.Address/appsettings.json
27
+
+ env:
+ API_KEY: ${{ secrets.HERE_PLATFORM_API_KEY }}
28
- name: Show updated appsettings.json
29
0 commit comments