Skip to content

Commit

Permalink
chore: set CD mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimiks committed Dec 12, 2024
1 parent d067022 commit 5fba66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:

# Create Tenderly Virtual TestNet environment: https://docs.tenderly.co/virtual-testnets
- name: Setup Tenderly Virtual TestNet
uses: Tenderly/[email protected].9
uses: Tenderly/[email protected].10
with:
access_key: ${{ secrets.TENDERLY_ACCESS_KEY }}
project_name: ${{ vars.TENDERLY_PROJECT_SLUG }}
account_name: ${{ vars.TENDERLY_ACCOUNT_SLUG }}
testnet_name: 'Uniswap VNet CI/CD ${{ github.run_id }}'
mode: 'CD'
# ETH Mainnet config: https://docs.tenderly.co/supported-networks
network_id: 1
chain_id: 1
Expand Down

0 comments on commit 5fba66d

Please sign in to comment.