forked from compAIR/libcreate
ci: fix SSH_DEPLOY_KEY env var
This commit is contained in:
parent
1979a5d405
commit
52201a3932
1 changed files with 2 additions and 0 deletions
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue