From 75b3a46033dc37e3d565c06d4df9985aa4aacc4e Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 14 Oct 2020 02:09:54 +0530 Subject: [PATCH] :construction_worker: Add GH_PAT to Static Site CI --- .github/workflows/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 65ded738..e10a48dc 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -18,6 +18,7 @@ jobs: command: "site" env: NODE_ENV: "production" + GH_PAT: ${{ secrets.GH_PAT }} - uses: maxheld83/ghpages@v0.2.1 name: GitHub Pages Deploy env: