https://github.com/walletconnect/gh-actions-runners
https://github.com/walletconnect/gh-actions-runners
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walletconnect/gh-actions-runners
- Owner: WalletConnect
- License: mit
- Created: 2024-04-16T11:22:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T13:31:51.000Z (about 1 year ago)
- Last Synced: 2025-06-20T19:39:06.412Z (12 months ago)
- Language: HCL
- Size: 71.3 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deploying webhook runners
```bash
cargo install cargo-lambda
```
```bash
terraform login
terraform init
```
```bash
cd webhook-runners/
cargo lambda build --release --arm64 --output-format zip
```
```bash
terraform plan
terraform apply
```
## Installing GitHub app on the org
Must have `Read and write access to organization self hosted runners` permission
## Creating webhook on the org
Only needs `Workflow jobs` events