From 7937b8ee1f56cb9ead25df0ad725eed63da1626e Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:53:43 -0500 Subject: [PATCH] fix typo --- .github/workflows/neodeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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