We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf2d5 commit 844e489Copy full SHA for 844e489
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
env:
35
FORCE_COLOR: 1
36
GITHUB_TOKEN: ${{ github.token }}
37
+ SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
38
39
# TEMPORARY
40
- run: |
0 commit comments