🔧 Add SECRET_SITE to CI

This commit is contained in:
Anand Chowdhary
2020-08-10 17:18:13 +05:30
parent 7320716a77
commit 90e63b5e5c
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ jobs:
run: npm run graphs
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}
- name: Commit new data
uses: stefanzweifel/git-auto-commit-action@v4.1.1
with:
+1
View File
@@ -21,3 +21,4 @@ jobs:
run: npm run update-with-commit
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}
+1
View File
@@ -21,3 +21,4 @@ jobs:
run: npm run readme
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}
+1
View File
@@ -19,3 +19,4 @@ jobs:
run: npm run update
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}