Skip to content

Commit

Permalink
chore: replace secrets ALCHEMY_API_KEY to DIN_API_KEY in CICD pi…
Browse files Browse the repository at this point in the history
…peline (#452)

* chore: change secrets from VOYAGER to DIN for rpc calls

* chore: old one step deploy workflow secret name update
  • Loading branch information
khanti42 authored Dec 6, 2024
1 parent e224437 commit 0a136eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
SNAP_ENV: ${{ needs.prepare-deployment.outputs.ENV }}
VERSION: ${{ needs.prepare-deployment.outputs.VERSION }}
VOYAGER_API_KEY: ${{ secrets.VOYAGER_API_KEY }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
DIN_API_KEY: ${{ secrets.DIN_API_KEY }}
GET_STARKNET_PUBLIC_PATH: ${{ needs.prepare-deployment.outputs.GET_STARKNET_PUBLIC_PATH }}
LOG_LEVEL: ${{ needs.prepare-deployment.outputs.LOG_LEVEL }}
- name: Cache Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
VERSION: ${{ needs.prepare-deployment.outputs.VERSION }}
LOG_LEVEL: ${{ needs.prepare-deployment.outputs.LOG_LEVEL }}
VOYAGER_API_KEY: ${{ secrets.VOYAGER_API_KEY }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
DIN_API_KEY: ${{ secrets.DIN_API_KEY }}
- name: Cache Build
uses: actions/cache@v3
id: cache
Expand Down

0 comments on commit 0a136eb

Please sign in to comment.