We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157dc1a commit 7b49df1Copy full SHA for 7b49df1
1 file changed
.github/workflows/release-drafter.yml
@@ -21,6 +21,8 @@ jobs:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
+ with:
25
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
26
27
- name: Update version files
28
run: |
0 commit comments