We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c73f6 commit d1bbc97Copy full SHA for d1bbc97
1 file changed
.github/workflows/publish.yml
@@ -79,6 +79,7 @@ jobs:
79
uses: actions/checkout@v5
80
with:
81
fetch-depth: 0
82
+ ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
83
84
- name: Download versioned files
85
uses: actions/download-artifact@v4
0 commit comments