Skip to content

Commit

Permalink
Update deploy_to_aws.yml (#2555)
Browse files Browse the repository at this point in the history
Add missing vars
  • Loading branch information
larisa17 committed Jun 6, 2024
1 parent d0b1d50 commit 989edbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
STAKING_OP_SEPOLIA_RPC_URL: ${{ secrets.STAKING_OP_SEPOLIA_RPC_URL }}
STAKING_OP_RPC_URL: ${{ secrets.STAKING_OP_RPC_URL }}

STAKING_WALLET_CONNECT_PROJECT_ID: ${{ secrets.STAKING_WALLET_CONNECT_PROJECT_ID }}
STAKING_INTERCOM_APP_ID: ${{ secrets.STAKING_INTERCOM_APP_ID }}
STAKING_ARBITRUM_RPC_URL: ${{ secrets.STAKING_ARBITRUM_RPC_URL }}

# cloudflare config : just for production
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 comments on commit 989edbe

Please sign in to comment.