No description
Find a file
2021-11-17 19:55:50 -06:00
.gitignore add inital work 2021-11-17 19:08:45 -06:00
action.yml args 2021-11-17 19:53:27 -06:00
defined.service use config instead of code 2021-11-17 19:20:40 -06:00
README.md clean up 2021-11-17 19:49:04 -06:00
setup.sh args 2021-11-17 19:53:27 -06:00

defined-networking-connect

connect to a defined networking network in your actions workflow

inputs

  • defined-config: base64 encoded yaml config for your node; get this by configuring a test node first and copying the config
    • how-to: echo $CONFIG | base64 -w0
  • dnclient-version: the version of the dnclient to use; needs the prefix found in the url

usage

Add the following step in your GHA workflow:

- id: set up network
  uses: rssnyder/defined-networking-connect@0.1.0
  with:
    defined-config: ${{ secrets.DEFINED_CONFIG }}
    dnclient-version: "cce733c1/v0.0.8"  # optional