forked from analysis-tools-dev/static-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (29 loc) · 943 Bytes
/
render.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
32
33
34
35
36
name: Render
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: Render list
run: make render
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: stefanzweifel/[email protected]
with:
commit_message: Commit list
commit_user_name: Analysis Tools Bot
commit_user_email: [email protected]
commit_author: Analysis Tools Bot <[email protected]>
- name: Redeploy website
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: analysis-tools-dev/website-next
event-type: rebuild