From b56a9250783098d5d3d31be5602a65980ceb816f Mon Sep 17 00:00:00 2001 From: leoslr <50319677+leoslr@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:09:20 +0100 Subject: [PATCH] fix: deployment workflow (#80) --- .github/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c4a4350..7996aea 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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: @@ -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: @@ -59,5 +59,5 @@ jobs: steps: - uses: ./.github/actions/deploy with: - - chain: ${{ matrix.chain }} - - token: "" + chain: ${{ matrix.chain }} + token: ""