diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 517451cf..d04d53d6 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -38,7 +38,7 @@ jobs: - name: write git commit id run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to.