diff --git a/.gitea/workflows/hugo2netlify.yaml b/.gitea/workflows/hugo2netlify.yaml index dc9a8bc..6deaacf 100644 --- a/.gitea/workflows/hugo2netlify.yaml +++ b/.gitea/workflows/hugo2netlify.yaml @@ -29,7 +29,7 @@ jobs: with: publish-dir: "./public" production-deploy: true - #github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} deploy-message: "Deployed from Gitea Action" enable-commit-comment: false enable-pull-request-comment: false