From f0c3700d87fae7e6c7a187bee1e19cbc810aaa5c Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Sun, 18 Dec 2022 14:28:39 +0100 Subject: [PATCH] add link to ZeroTier action --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index acda007..518b718 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Machine Learning Ops](#machine-learning-ops) - [Build](#build) - [Database](#database) + - [Netorking](#networking) - [Localization](#localization) - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) @@ -530,6 +531,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster. +### Networking + +- [Setup ZeroTier](https://github.com/zerotier/github-action) - Connect your runner to a ZeroTier network. + ### Localization - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)