Skip to content

Commit 19643b2

Browse files
committed
trying to fix docs
1 parent 1638732 commit 19643b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_docs
22

3-
# execute this workflow automatically when a we push to master
3+
# execute this workflow automatically when we push to master
44
on:
55
push:
66
branches: [ main ]
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Prereqs
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.CREATE_DEMO_SECRET }}
1919
run: |
2020
apt-get update
2121
apt-get install -y git

0 commit comments

Comments
 (0)