We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1638732 commit 19643b2Copy full SHA for 19643b2
.github/workflows/build_docs.yml
@@ -1,6 +1,6 @@
1
name: build_docs
2
3
-# execute this workflow automatically when a we push to master
+# execute this workflow automatically when we push to master
4
on:
5
push:
6
branches: [ main ]
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Prereqs
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CREATE_DEMO_SECRET }}
19
run: |
20
apt-get update
21
apt-get install -y git
0 commit comments