Skip to content

Commit

Permalink
change workflow to use deploy_key
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky committed Jul 31, 2023
1 parent 401c914 commit 68f57df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Add SSH key to chekout a private repo
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 68f57df

Please sign in to comment.