Skip to content

Commit

Permalink
fix: add SSH_PRIVATE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly authored Jun 3, 2022
1 parent 5675171 commit ece7782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
# in repo settings.
# ------------------------------------------------------------------------
- uses: ./subtrees/z_quantum_actions/actions/ssh_setup
with:
ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}


- name: Get orquestra-quantum
uses: actions/checkout@v2
Expand Down

0 comments on commit ece7782

Please sign in to comment.