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 0a7f89a commit cd71907Copy full SHA for cd71907
.github/workflows/documents.yml
@@ -1,6 +1,7 @@
1
name: Build Documents
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- '*'
.github/workflows/sync-main-on-release.yml
@@ -16,6 +16,7 @@ jobs:
16
fetch-depth: 0
17
ref: dev
18
clean: false
19
+ token: ${{ secrets.PAT_TOKEN }}
20
21
- name: Configure Git
22
run: |
0 commit comments