diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23d74fea..8778f583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: publish_dir: ./_site - github_token: ${{ secrets.API_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} cname: bonfirenetworks.org env: API_TOKEN: ${{secrets.API_TOKEN}} \ No newline at end of file