Skip to content

Commit

Permalink
ci: fix SSH_DEPLOY_KEY env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Kola50011 committed Sep 23, 2024
1 parent 1979a5d commit 52201a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: docker run --platform ${{ matrix.platform }} -v ./output:/libcreate/_packages libcreate
- name: Push deb to compREP
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: "output/"
target-directory: "debs/complib/"
Expand Down

0 comments on commit 52201a3

Please sign in to comment.