Skip to content

Commit d1bbc97

Browse files
authored
chore: add a deploy key to allow pushing to main (#9642)
1 parent 92c73f6 commit d1bbc97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: actions/checkout@v5
8080
with:
8181
fetch-depth: 0
82+
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
8283

8384
- name: Download versioned files
8485
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)