https://github.com/livepeer/tenderly-automation
https://github.com/livepeer/tenderly-automation
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livepeer/tenderly-automation
- Owner: livepeer
- Created: 2022-06-17T15:38:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T18:37:37.000Z (over 3 years ago)
- Last Synced: 2025-06-30T02:49:05.911Z (12 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tenderly web3 Action
#### development
- run `tenderly login` to login to the account and select **livepeer** as project
- create a new directory for new a action under `automation/actions`
- update `tenderly.yaml` to invoke that action
#### build
- run `tenderly actions build` to test building the action before deployment
note: sometimes the build output is not very informative when it fails. Use this flag to get detailed log `--output json --debug`
#### deploy
- run `tenderly actions deploy` to upload the action to tenderly dashboard
- on the dashboard test the action using manual trigger