Skip to content

Commit

Permalink
chore(ci): use deploy key to get around main branch restrictions du…
Browse files Browse the repository at this point in the history
…ring release
  • Loading branch information
goosewobbler committed Sep 23, 2024
1 parent 488c752 commit 8978ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
ref: 'main'
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
ref: 'main'
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: actions/setup-node@v4
with:
node-version: 20.x
Expand Down

0 comments on commit 8978ae7

Please sign in to comment.