Skip to content

Commit 660edae

Browse files
authored
Replace token with ssh-key in release workflow
Signed-off-by: OhYee <kongchenhao.kch@alibaba-inc.com>
1 parent 3c1d6de commit 660edae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
16-
token: ${{ secrets.DEPLOY_KEY }}
16+
ssh-key: ${{ secrets.DEPLOY_KEY }}
1717
ref: main
1818
fetch-depth: 0
1919
- name: Set up Python

0 commit comments

Comments
 (0)