Skip to content

Commit

Permalink
build: use ssh auth for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Dec 4, 2023
1 parent 564b945 commit 92760bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.DEPLOY_TOKEN }}
ssh-key: ${{ secrets.BOTH_AUTH_KEY }}
- uses: './.github/actions/release'
with:
gh_token: ${{ secrets.DEPLOY_TOKEN }}
gh_token: ${{ secrets.token }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.GH_NAME }}
gh_email: ${{ secrets.GH_EMAIL }}
Expand Down

0 comments on commit 92760bf

Please sign in to comment.