From 17ead4202f72d15cdb1f0dd5b022d66314701c2b Mon Sep 17 00:00:00 2001 From: Nishant Mittal Date: Fri, 17 Nov 2023 17:43:33 +0530 Subject: [PATCH] fix: bug in github workflows --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'