Skip to content

Commit

Permalink
Checkout with DEPLOY_KEY (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatta authored May 2, 2024
1 parent 2532f67 commit 50c0a75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cps-mdoc-viewer-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Use Node.js v20.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit 50c0a75

Please sign in to comment.