github-action icon indicating copy to clipboard operation
github-action copied to clipboard

A Github Action for ZeroTier

Results 8 github-action issues
Sort by recently updated
recently updated
newest added

Can support be added for manually assigning a static ip after joining the zerotier network?

Sometimes it happens that zerotier actions get stuck after joining network. I think is related with this one [https://github.com/zerotier/github-action/issues/9](https://github.com/zerotier/github-action/issues/9) but now it hangs on list networks. When it works it...

Thanks for this helpful GH action, I'm using this to connect to an AWS RDS DB for integration test automation. It works fine but I have to use the the...

Pretty simple, I'm running: ``` - name: ZeroTier uses: zerotier/github-action@v1 with: network_id: ${{ secrets.ZEROTIER_NETWORK_ID }} auth_token: ${{ secrets.ZEROTIER_ACCESS_TOKEN }} ``` and seeing the following output before experiencing a crash (with...

When using a GH larger runner: https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners The install of this action works but when trying to reach any internal IP address you'll get a "no route to host" error.

Some ZeroTier network deployments make extensive use of tags and capabilities to segregate network access. This PR introduces a way to specify the tags and capabilities to be attributed to...

Hi there, We have started using ZeroTier with this GitHub Action and it is working well, thanks! However, we do notice that often the "Post Install ZeroTier" task fails. Here...

Currently, when using SSO, the connection gets stuck in an infinite loop.