diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 2c3b6da..0b091c0 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -90,7 +90,7 @@ jobs: - name: Push directory to another repository uses: cpina/github-action-push-to-another-repository@main env: - SSH_DEPLOY_KEY: ${{ secrets.SDC_SECRET }} + SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} with: source-directory: . destination-github-username: 'uva-bi-sdad'