diff --git a/.github/workflows/pr_to_gh_page_repo.yml b/.github/workflows/pr_to_gh_page_repo.yml index 435b39305..9269c9b77 100644 --- a/.github/workflows/pr_to_gh_page_repo.yml +++ b/.github/workflows/pr_to_gh_page_repo.yml @@ -9,7 +9,7 @@ jobs: send-pull-requests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Bundle run: | @@ -24,19 +24,12 @@ jobs: cp dist/*.txt ~/artifact ls ~/artifact >> $GITHUB_STEP_SUMMARY - - name: set up SSH - uses: shimataro/ssh-key-action@v2 - with: - key: ${{ secrets.SSH_PRIVATE_KEY }} - name: id_rsa - known_hosts: unnecessary - - name: checkout github page repo uses: actions/checkout@v4 with: repository: 'partiql/partiql.github.io' ref: 'main' - ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + token: ${{ secrets.ACTION_TOKEN }} - name: port changes run: |