Skip to content

Commit cd71907

Browse files
committed
chore: update workflows to include workflow_dispatch and add token for sync job
1 parent 0a7f89a commit cd71907

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/documents.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Documents
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- '*'

.github/workflows/sync-main-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
ref: dev
1818
clean: false
19+
token: ${{ secrets.PAT_TOKEN }}
1920

2021
- name: Configure Git
2122
run: |

0 commit comments

Comments
 (0)