Skip to content

Commit

Permalink
Update updateProjects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okorolov authored Dec 5, 2024
1 parent 68a16f7 commit 8998dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/updateProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Run API Update
- name: Run API Update for STG env
run: curl --header "secret:${{ secrets.SECRET }}" https://api.stg.casperecosystem.io/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 }}
- name: Run API Update for PROD env
run: curl --header "secret:${{ secrets.SECRET }}" https://api.casperecosystem.io/api/update

0 comments on commit 8998dd8

Please sign in to comment.