diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 33087ec..229598a 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -29,6 +29,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - personal_token: ${{ secrets.PERSONAL_TOKEN}} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./public publish_branch: gitea-pages \ No newline at end of file