diff --git a/.github/workflows/neodeploy.yml b/.github/workflows/neodeploy.yml index 9dd90de..46fcc25 100644 --- a/.github/workflows/neodeploy.yml +++ b/.github/workflows/neodeploy.yml @@ -20,6 +20,6 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v2 with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} + apiKey: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: false dist_dir: public