This repository has been archived by the owner on May 9, 2024. It is now read-only.
add blurb to declare the migration of CB core to sygma core (#354) #53
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: Update ChainBridge core-example | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
update-core-example: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger chainbridge-core-example update event | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.PUBLIC_REPO_PAM }} | |
# Repository to which to dispatch the event | |
repository: ChainSafe/chainbridge-core-example | |
event-type: push-core-to-main-branch | |
client-payload: '{"sha": "${{ github.sha }}"}' |