Skip to content

Commit 0294eb9

Browse files
committed
Fix api key name
1 parent 3c3fa8b commit 0294eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_latest_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
target: production
5050
project: scaffold-pwa
5151
mobify_user: MOBIFY_CLIENT_USER
52-
mobify_api_key: secrets.MOBIFY_CLIENT_API_KEY
52+
mobify_api_key: MOBIFY_CLIENT_API_KEY
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@v4

0 commit comments

Comments
 (0)