Skip to content

Commit 46f11a4

Browse files
committed
Fix warning
1 parent a8b0563 commit 46f11a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/neocities-old.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Deploy to neocities
3131
uses: bcomnes/deploy-to-neocities@v3
3232
with:
33-
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
33+
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
3434
cleanup: true
35-
neocoties_supporter: true
35+
neocities_supporter: true
3636
preview_before_deploy: true

.github/workflows/neocities.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Deploy to neocities
3131
uses: bcomnes/deploy-to-neocities@v3
3232
with:
33-
api_token: ${{ secrets.NEOCITIES_DOMSTACK_API_TOKEN }}
33+
api_key: ${{ secrets.NEOCITIES_DOMSTACK_API_TOKEN }}
3434
cleanup: true
35-
neocoties_supporter: true
35+
neocities_supporter: true
3636
preview_before_deploy: true

0 commit comments

Comments
 (0)