From 071806b04fdaeb2375f17e8ab86afc247031aeab Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 10 Feb 2020 12:55:04 -0700 Subject: [PATCH] token --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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