We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193485b commit 3c3fa8bCopy full SHA for 3c3fa8b
.github/workflows/deploy_latest_release.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: "./.github/actions/create_mrt"
76
with:
77
mobify_user: ${{ secrets[matrix.environment.mobify_user] }}
78
- mobify_api_key: ${{ secrets[environment.mobify_api_key] }}
+ mobify_api_key: ${{ secrets[matrix.environment.mobify_api_key] }}
79
80
- name: Set bundle name
81
run: |-
0 commit comments