diff --git a/.github/workflows/pr_to_gh_page_repo.yml b/.github/workflows/pr_to_gh_page_repo.yml index f78057e5c..405f34f75 100644 --- a/.github/workflows/pr_to_gh_page_repo.yml +++ b/.github/workflows/pr_to_gh_page_repo.yml @@ -36,6 +36,9 @@ jobs: REPOSITORY="partiql.github.io" FOLDER="bin/$REPOSITORY" BRANCH_NAME="Update-Playground" + + echo "${{ secrets.SSH_PRIVATE_KEY }}" > key + gh ssh-key add key git clone git@github.com:partiql/partiql.github.io.git $FOLDER