We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8848648 commit 2ce737aCopy full SHA for 2ce737a
1 file changed
.github/workflows/build.yml
@@ -55,6 +55,10 @@ jobs:
55
echo "${{ secrets.PRIVATE_GIT_PACKAGES_DEPLOY_KEY }}" > ~/.ssh/id_rsa
56
chmod 600 ~/.ssh/id_rsa
57
ssh-keyscan github.com >> ~/.ssh/known_hosts
58
+ - name: Setup SSH agent
59
+ uses: webfactory/ssh-agent@v0.9.0
60
+ with:
61
+ ssh-private-key: ${{ secrets.PRIVATE_GIT_PACKAGES_DEPLOY_KEY }}
62
- name: Build and push Docker image
63
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
64
with:
0 commit comments