From e94712c972e35881958e03d547ddf2c18c353b22 Mon Sep 17 00:00:00 2001 From: Henrique Marques Date: Tue, 24 Sep 2024 06:51:59 +0000 Subject: Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/deploy-to-neocities@v2.0.2 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 -- cgit v1.3