diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 822d67a..34dce59 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -26,6 +26,6 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@master with: - api-token: ${{ secrets.NeocitiesToken }} + api-token: ${{ secrets.NEOCITIES_API_TOKEN }} distDir: public cleanup: true