Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
ci: correctly forward api key onfinality
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Apr 12, 2024
1 parent ce6f54e commit 622d7c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
resetProject: false
secrets:
accessToken: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ethNodeApiKey: ${{ secrets.ETH_NODE_API_KEY }}
onfinalityApiKey: ${{ secrets.ONFINALITY_API_KEY }}

subql_deploy_centrifuge_staging:
if: ${{ github.repository == 'centrifuge/pools-subql' && github.ref_name == 'main' }}
Expand All @@ -46,7 +46,7 @@ jobs:
resetProject: true
secrets:
accessToken: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ethNodeApiKey: ${{ secrets.ETH_NODE_API_KEY }}
onfinalityApiKey: ${{ secrets.ONFINALITY_API_KEY }}

subql_deploy_centrifuge_production:
if: ${{ github.repository == 'centrifuge/pools-subql' && startsWith(github.ref_name, 'release-') }}
Expand All @@ -63,4 +63,4 @@ jobs:
resetProject: false
secrets:
accessToken: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ethNodeApiKey: ${{ secrets.ETH_NODE_API_KEY }}
onfinalityApiKey: ${{ secrets.ONFINALITY_API_KEY }}

0 comments on commit 622d7c8

Please sign in to comment.