We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89260aa commit 6b3ae8bCopy full SHA for 6b3ae8b
.github/workflows/push_to_overleaf.yml
@@ -2,6 +2,7 @@ on:
2
push:
3
branches:
4
- master
5
+ workflow_dispatch:
6
7
permissions:
8
contents: write
@@ -22,6 +23,9 @@ jobs:
22
23
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_docs.git
24
25
git push origin_token HEAD:sync_overleaf
26
+ env:
27
+ OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
update_overleaf:
31
runs-on: ubuntu-latest
@@ -36,4 +40,7 @@ jobs:
36
40
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
37
41
38
42
git push overleaf HEAD:master
43
44
45
39
46
0 commit comments