Skip to content

Commit

Permalink
Add ssh key to checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
zapplecat committed Aug 8, 2023
1 parent 30eeed6 commit 6ac4ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
working-directory: ./python
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_KEY }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
working-directory: ./typescript
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_KEY }}
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 6ac4ce3

Please sign in to comment.