From 422eb43e50bf659099c9e018d5fa3b2803379725 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 1 Sep 2020 17:08:53 +0100 Subject: [PATCH] CI: Update name of token --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 676a32c9b..9ac889fe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - run: "./bin/build-site.sh" - run: "./bin/ci-push.sh" env: - GH_TOKEN: ${{ secrets.GITHUB_PUSH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUBPUSHTOKEN }} build-tiddlywiki-com: runs-on: ubuntu-latest if: github.ref == 'refs/heads/tiddlywiki-com' @@ -71,4 +71,4 @@ jobs: - run: "./bin/build-site.sh" - run: "./bin/ci-push.sh" env: - GH_TOKEN: ${{ secrets.GITHUB_PUSH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUBPUSHTOKEN }}