Skip to content

Commit

Permalink
chore: change secrets from VOYAGER to DIN for rpc calls
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Dec 5, 2024
1 parent 3cf49a8 commit df08268
Showing 1 changed file with 1 addition and 1 deletion.
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 df08268

Please sign in to comment.