Skip to content

Commit

Permalink
Add SSH DEPLOY_KEY to checkout action dev-release-react-animation wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
jesse-mm committed Jun 30, 2023
1 parent f12b5e4 commit 97a0634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-dev-release-react-animation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Check out source
uses: actions/checkout@v3
with:
ssh-key: ${{secrets.DEPLOY_KEY}}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 97a0634

Please sign in to comment.