diff --git a/.github/workflows/_subgraph.yml b/.github/workflows/_subgraph.yml index c94138073c2..e0800fff5cb 100644 --- a/.github/workflows/_subgraph.yml +++ b/.github/workflows/_subgraph.yml @@ -3,7 +3,7 @@ name: Subgraphs deployment on: workflow_call: secrets: - SUBGRAPH_DEPLOY_KEY: + SUBGRAPH_STUDIO_DEPLOY_KEY: required: true jobs: @@ -13,7 +13,7 @@ jobs: env: DOCKER_BUILDKIT: 1 BUILDKIT_PROGRESS: plain - SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }} + SUBGRAPH_STUDIO_DEPLOY_KEY: ${{ secrets.SUBGRAPH_STUDIO_DEPLOY_KEY }} steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 9d02348893c..46f7043f068 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -10,7 +10,7 @@ jobs: if: ${{ github.repository_owner == 'unlock-protocol' }} uses: ./.github/workflows/_subgraph.yml secrets: - SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }} + SUBGRAPH_STUDIO_DEPLOY_KEY: op://secrets/subgraph/studio-deploy-key deploy-locksmith-production: if: ${{ github.repository_owner == 'unlock-protocol' }}