diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 354dd2b..44d5b2a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: OUT - token: ${{ secrets.LIBALLEG_PAT }} + ssh-key: ${{ secrets.LIBALLEG_DEPLOY_KEY }} branch: master repository-name: liballeg/liballeg.github.io commit-message: Automatic update from allegrowww2