diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:00:45 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-29 22:00:45 +0200 |
| commit | a3a773ae23f0d824ffcf4189e6e05d4886b0eb2a (patch) | |
| tree | 8ea5c4a735a569b7788cff8e8111451c7e792690 /.github | |
| parent | 51c13094551e705aa62ae5c976c7e1bdeb196c8b (diff) | |
| download | gohugo-theme-ed-a3a773ae23f0d824ffcf4189e6e05d4886b0eb2a.tar.gz | |
Fix token name to deploy site
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
