diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml index 68ec5196e8..eccfe547ca 100644 --- a/.github/workflows/deploy-doc.yml +++ b/.github/workflows/deploy-doc.yml @@ -40,10 +40,10 @@ jobs: - name: "Deploy documentation" uses: cpina/github-action-push-to-another-repository@v1 env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} with: source-directory: "doc/" destination-github-username: "signetlabdei" destination-repository-name: "lorawan-docs" - user-email: alleaimi95@gmail.com + user-email: paginmatte@dei.unipd.it target-branch: master