Skip to content

Commit

Permalink
Add step with a deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent c4b42ee commit b5f923f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup SSH deploy key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_DEPLOY_KEY }}
known_hosts: github.com

- name: Configure Git
run: |
git config --global user.name "XWP Deploy Bot"
Expand Down

0 comments on commit b5f923f

Please sign in to comment.