From a3a773ae23f0d824ffcf4189e6e05d4886b0eb2a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 29 Apr 2022 22:00:45 +0200 Subject: Fix token name to deploy site --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/cd.yml') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8945940..b35fb80 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,5 +37,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public -- cgit v1.2.3