diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d371c3e..6ec36f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: ref: refs/heads/main path: ./deployment-repo clean: false + ssh-key: ${{ secrets.DEPLOYMENT_REPO_DEPLOY_KEY }} - uses: mikefarah/yq@v4 with: cmd: yq -i '.spec.template.spec.container[0].image = "registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }}"' ./deployment-repo/kemkas-beta/kemkas-be-deployment.yaml