diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a6b7ad2..9929ca1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -35,7 +35,7 @@ jobs: node-version: '14.x' - uses: webfactory/ssh-agent@v0.5.3 with: - ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Release to GitHub Pages env: USE_SSH: true