Skip to content

Commit e8e1fdc

Browse files
authored
Merge pull request #8 from Serverless-Devs/using-ssh-key
Replace token with ssh-key in release workflow
2 parents 3c1d6de + 660edae commit e8e1fdc

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)