Skip to content

Commit

Permalink
add ssh to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jan 22, 2024
1 parent f455216 commit 3215194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_to_gh_page_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:partiql/partiql.github.io.git $FOLDER
Expand Down

0 comments on commit 3215194

Please sign in to comment.