Skip to content

Commit

Permalink
Change secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed May 30, 2024
1 parent 618d0bd commit b5b4496
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Deploy ormponder-testnets
uses: bervProject/[email protected]
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
service: "ormponder-testnets"

- name: Deploy ormponder-mainnets
uses: bervProject/[email protected]
if: startsWith(github.ref, 'refs/tags/v')
with:
railway_token: ${{ secrets.RAILWAY_TOKEN }}
railway_token: ${{ secrets.RAILWAY_TOKEN_PRD }}
service: "ormponder-mainnets"

- name: Deploy ormponder-testnets
uses: bervProject/[email protected]
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
railway_token: ${{ secrets.RAILWAY_TOKEN_STG }}
service: "ormponder-testnets"

0 comments on commit b5b4496

Please sign in to comment.