oVirt / ovirt-engine-sdk-go

The generator of Go SDK for oVirt v4.0+
Apache License 2.0
19 stars 23 forks source link

Added build on GH actions #230

Closed ghost closed 3 years ago

ghost commented 3 years ago

As discussed via chat, this PR recreates the build and moves to GitHub actions instead of the non-working Travis build.

This PR requires the following actions to be taken:

  1. Generate an SSH key
  2. Add the public key to the go-ovirt repo as a deploy key.
  3. Add the private key as a secret named DEPLOY_KEY to the go-engine-sdk-go repository
  4. Add a secret named TARGET_REPO with the value ovirt/go-ovirt to the go-engine-sdk-go repository

/cc @sandrobonazzola