Skip to content

Commit

Permalink
fix: deployment workflow (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr authored Nov 15, 2023
1 parent 8c12e11 commit b56a925
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
steps:
- uses: ./.github/actions/deploy
with:
- chain: ${{ matrix.chain }}
- token: ${{ secrets.THEGRAPH_TOKEN }}
chain: ${{ matrix.chain }}
token: ${{ secrets.THEGRAPH_TOKEN }}
deploy-core:
runs-on: ubuntu-latest
environment:
Expand All @@ -42,8 +42,8 @@ jobs:
steps:
- uses: ./.github/actions/deploy
with:
- chain: "core"
- token: ${{ secrets.THEGRAPH_CORE_TOKEN }}
chain: "core"
token: ${{ secrets.THEGRAPH_CORE_TOKEN }}
deploy-mantle:
runs-on: ubuntu-latest
strategy:
Expand All @@ -59,5 +59,5 @@ jobs:
steps:
- uses: ./.github/actions/deploy
with:
- chain: ${{ matrix.chain }}
- token: ""
chain: ${{ matrix.chain }}
token: ""

0 comments on commit b56a925

Please sign in to comment.