Skip to content

Commit

Permalink
build: adding deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed May 22, 2024
1 parent 4f445a3 commit fdfe517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: '3.x'
token: ${{ secrets.GITHUB_TOKEN }}
ssh-key: ${{ secrets.GH_DEPLOY_KEY }}

- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit fdfe517

Please sign in to comment.