diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 94c7caf..c4172fa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: - name: Push to store repository uses: cpina/github-action-push-to-another-repository@main env: - SSH_DEPLOY_KEY: {{ secrets.STORE_DEPLOY_KEY }} + SSH_DEPLOY_KEY: ${{ secrets.STORE_DEPLOY_KEY }} with: source-directory: 'coverage' target-directory: 'coverage'