chore: add a deploy key to allow pushing to main (#9642)

This commit is contained in:
Maribeth Moffatt
2026-03-19 12:49:35 -04:00
committed by GitHub
parent 92c73f62c7
commit d1bbc97c53
+1
View File
@@ -79,6 +79,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
- name: Download versioned files
uses: actions/download-artifact@v4