Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 8, 2023
1 parent bd7bc6b commit dbeced8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: 'Custom runall params'
required: false
type: string

dump_logs:
description: 'dump logs'
required: false
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
destination-github-username: 'eth-infinitism'
destination-repository-name: 'bundler-test-results'
user-email: dror.tirosh@gmail.com
target-branch: new-dockers
target-branch: ${{ github.ref_name }}

# Allow one concurrent deployment
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion bundlers/skandha/skandha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:
command: standalone --testingMode --api.port 3000
environment:
- SKANDHA_DEV_RPC=$ETH_RPC_URL
- SKANDHA_DEV_ENTRYPOINTS=0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789
- SKANDHA_DEV_ENTRYPOINTS=${ENTRYPOINT}
- SKANDHA_DEV_RELAYER=test test test test test test test test test test test junk
- SKANDHA_DEV_BENEFICIARY=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266

0 comments on commit dbeced8

Please sign in to comment.