Skip to content

Update Bearer

Update Bearer #7484

Workflow file for this run

name: Render
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_STATS_COMMIT_TOKEN }}
- name: Render list
run: make render
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: stefanzweifel/git-auto-commit-action@v4.1.2
with:
branch: ${{ github.head_ref }}
commit_message: Commit list
commit_user_name: Analysis Tools Bot
commit_user_email: bot@analysis-tools.dev
commit_author: Analysis Tools Bot <bot@analysis-tools.dev>
- name: Redeploy website
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: analysis-tools-dev/website
event-type: rebuild