Refine the materialization concept again #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: trigger webapp deployment | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dispatch event to trigger webapp deployment | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.PAT_SECRET }} | |
repository: Citizen-Knowledge-Graph/foerderfunke-webapp | |
event-type: external-webapp-deployment-trigger |