forked from tudat-team/tudat
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (29 loc) · 834 Bytes
/
inform.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Inform .github repository ℹ️
on:
push:
branches:
- 'main'
- 'master'
- 'develop'
- 'feature/**'
jobs:
dispacher:
runs-on: ubuntu-latest
name: webservices
steps:
- name: repository-dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GH_TOKEN }}
repository: tudat-team/.github
event-type: push to ${{ github.repository }}
client-payload: >-
{
"event": "${{ github.event_name }}",
"actor": "${{ github.actor }}",
"repository": "${{ github.repository }}",
"ref": "${{ github.ref }}",
"ref_name": "${{ github.ref_name }}",
"ref_type": "${{ github.ref_type }}",
"sha": "${{ github.sha }}"
}