Skip to content

Commit

Permalink
Merge pull request #672 from subquery/testnet-pipeline
Browse files Browse the repository at this point in the history
chord: replace aws access key for mainnet prod pipeline
  • Loading branch information
HuberTRoy authored Feb 27, 2024
2 parents 5a250cd + 3f1277a commit 524e9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainnet-prod-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_MAINNET_PROD_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_MAINNET_PROD_SECRET }}
VITE_SENTRY_DSN: ${{ vars.DEV_SENTRY_DSN }}
NODE_OPTIONS: --max-old-space-size=32768
steps:
Expand Down

0 comments on commit 524e9cb

Please sign in to comment.