https://github.com/rssnyder/defined-networking-connect
https://github.com/rssnyder/defined-networking-connect
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rssnyder/defined-networking-connect
- Owner: rssnyder
- Created: 2021-11-18T01:07:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T01:56:57.000Z (over 4 years ago)
- Last Synced: 2025-03-01T13:03:12.406Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```yaml
- 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
```