Twingate / github-action

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

Twingate not-running #7

Open qxmips opened 8 months ago

qxmips commented 8 months ago
Setup is complete.
Starting Twingate service in headless mode
Twingate has been started
Waiting for status...
not-running
Exiting with error as TwinGate is not connected
Error: Process completed with exit code 1.
Ethaan commented 6 months ago

@qxmips did you fix this? i think this is because the way we pass the key

scana commented 4 months ago

Hi @ekampf, we're observing this error every now and then, preventing our builds from passing. Usually re-running a job fixes the issue but sometimes it's just stuck for hours.

Our setup is basic:

- name: Setup twingate
  uses: twingate/github-action@v1
  with:
    service-key: ${{ secrets.TWINGATE_TOKEN }}