Skip to content

Commit

Permalink
debug: don't use deploy key for release
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 12, 2024
1 parent 39776db commit 2195ec4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,12 @@ jobs:
with:
ref: 'main'
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v4
with:
run_install: false
- name: Configure SSH Agent
uses: goosewobbler/ssh-agent@master
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Package Manager Setup
run: |
pnpm set registry "https://registry.npmjs.org/"
Expand Down

0 comments on commit 2195ec4

Please sign in to comment.