An open API service indexing awesome lists of open source software.

https://github.com/walletconnect/gh-actions-runners


https://github.com/walletconnect/gh-actions-runners

Last synced: 12 months ago
JSON representation

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