Skip to content

Commit 1d8ea45

Browse files
author
tal-rofe
committed
ci: 🚀 action to update docs sub module on dashboard
action to update docs sub module on dashboard
1 parent 56108b0 commit 1d8ea45

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update dashboard on push to main branch
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update:
10+
name: Update dashboard
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Repository Dispatch
15+
uses: peter-evans/repository-dispatch@v2
16+
with:
17+
token: ${{ secrets.DISPATCH_GH_TOKEN }}
18+
repository: Exlint/dashboard
19+
event-type: docs-main

0 commit comments

Comments
 (0)