Merge pull request #231 from casper-ecosystem/gas-station-milestone-u… #169
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: CI | |
on: | |
push: | |
branches: ["main"] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run API Update | |
run: curl --header "secret:${{ secrets.SECRET }}" https://casperblockchain.herokuapp.com/api/update | |
- name: Run Refresh Gatsby | |
run: curl -X POST https://webhook.gatsbyjs.com/hooks/data_source/publish/0331c161-911e-4c3a-944b-${{ secrets.GATSBY_ID }} |