From db9467e04732295949f4787863f629eb5ae3d84d Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Sat, 30 Mar 2024 16:48:51 +1000 Subject: [PATCH] fix: deploy key for docs preview --- .github/workflows/docs-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview.yaml b/.github/workflows/docs-preview.yaml index 60c5ca8..3ee7ed5 100644 --- a/.github/workflows/docs-preview.yaml +++ b/.github/workflows/docs-preview.yaml @@ -37,7 +37,7 @@ jobs: with: folder: docs-preview/docs/_build/html - token: ${{ secrets.DOCS_PREVIEW_DEPLOY_TOKEN }} + ssh-key: ${{ secrets.DOCS_PREVIEW_DEPLOY_KEY }} repository-name: jolt-org/type-lens-docs-preview clean: false