diff options
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c690a73..1985bd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,6 @@ jobs: - name: Deploy to Neocities uses: bcomnes/[email protected] with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} # Your Neocities API token stored as a secret + api_token: ${{ secrets.NEOCITIES_SECRET }} # Your Neocities API token stored as a secret cleanup: false dist_dir: public # The Hugo output folder |
