From cd1675f42d8c02cb8a4598ff2e994f3b79b6ee28 Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Thu, 12 Aug 2021 19:16:23 -0400 Subject: [PATCH] web-deploy: set secret --- .github/workflows/web-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index 40d13b2..9d2aa99 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -40,5 +40,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/master' with: - github_token: $ + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./web/dist \ No newline at end of file