Twingate / github-action

A GitHub action for connecting to TwinGate to allow access to IP protected resources
Mozilla Public License 2.0
25 stars 10 forks source link

Resolve twingate connection issue for self-hosted runner #9

Closed jayanta-dutta closed 2 months ago

jayanta-dutta commented 2 months ago

Issue Encountered: The self-hosted runner (running in Kubernetes) was not functioning.

Solution:

  1. add sudo apt update
  2. Replaced sudo twingate startwith /usr/bin/twingate start`.

Outcome: This change resolved the issue, and now both the self-hosted and GitHub-hosted runners are working properly.