add deploy key (#51)

This commit is contained in:
Gabriel Gordon-Hall
2025-07-02 12:42:52 +01:00
committed by GitHub
parent d2e3cbd4f6
commit 3dcd2ef701

View File

@@ -38,6 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Setup Node
uses: ./.github/actions/setup-node