From 3cd651db18703bf70fe93f97cc353827bd2043f1 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 14 Oct 2020 02:07:18 +0530 Subject: [PATCH] :construction_worker: Fix env syntax in Graphs CI --- .github/workflows/graphs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 89787787..a0a9c6c6 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -21,6 +21,7 @@ jobs: node-version: 14 - name: Update graphs run: npx @upptime/graphs + env: GH_PAT: ${{ secrets.GH_PAT }} SECRET_SITE: ${{ secrets.SECRET_SITE }} - name: Commit new data