diff options
| author | Henrique Marques <[email protected]> | 2024-09-24 06:51:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-24 06:51:59 +0000 |
| commit | e94712c972e35881958e03d547ddf2c18c353b22 (patch) | |
| tree | 938f44359563052fab9deed18a0f8356183d8e9a /.github | |
| parent | 2767e58f81e674e3c7e43013f584beef916a1f03 (diff) | |
Update main.yml
Diffstat (limited to '.github')
| -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 |
