Skip to content

workflows: rebuild atlas on push to main (#3) #1

workflows: rebuild atlas on push to main (#3)

workflows: rebuild atlas on push to main (#3) #1

Workflow file for this run

name: Trigger atlas rebuild
on:
push:
branches: [ "main", "master" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Trigger atlas rebuild
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.ATLAS_TOKEN }}
repository: redbrick/atlas
event-type: design-system-rebuild