diff --git a/.github/workflows/neocities-old.yml b/.github/workflows/neocities-old.yml index bcb1d7b..f7ffe53 100644 --- a/.github/workflows/neocities-old.yml +++ b/.github/workflows/neocities-old.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v3 with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} + api_key: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: true - neocoties_supporter: true + neocities_supporter: true preview_before_deploy: true diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 8a5ae60..f0ad9cb 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v3 with: - api_token: ${{ secrets.NEOCITIES_DOMSTACK_API_TOKEN }} + api_key: ${{ secrets.NEOCITIES_DOMSTACK_API_TOKEN }} cleanup: true - neocoties_supporter: true + neocities_supporter: true preview_before_deploy: true diff --git a/package.json b/package.json index 387c2b8..8574a55 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jsonfeed-to-atom": "^1.2.5", "neostandard": "^0.12.0", "npm-run-all2": "^8.0.1", - "typescript": "~5.8.2" + "typescript": "~5.9.2" }, "homepage": "https://github.com/bcomnes/domstack", "keywords": [],