We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c1d6de + 660edae commit e8e1fdcCopy full SHA for e8e1fdc
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
- token: ${{ secrets.DEPLOY_KEY }}
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
17
ref: main
18
fetch-depth: 0
19
- name: Set up Python
0 commit comments