From 2c3eeeeb494660e49d2f59755befe5aeb1a66540 Mon Sep 17 00:00:00 2001 From: Tommy Graves Date: Mon, 20 Jul 2026 11:56:12 -0400 Subject: [PATCH] wip --- twingate/setup/README.md | 15 +++++++-------- twingate/setup/rwx-package.yml | 5 ++++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/twingate/setup/README.md b/twingate/setup/README.md index 6c324dd0..0e344d32 100644 --- a/twingate/setup/README.md +++ b/twingate/setup/README.md @@ -2,14 +2,13 @@ To install & setup the latest version of Twingate: - ```yaml - tasks: - - key: twingate - call: twingate/setup 1.0.12 - with: - twingate-service-key: ${{ secrets.twingate-service-key }} - ``` - +```yaml +tasks: + - key: twingate + call: twingate/setup 1.0.13 + with: + twingate-service-key: ${{ secrets.twingate-service-key }} +``` In the task that needs to connect to Twingate: diff --git a/twingate/setup/rwx-package.yml b/twingate/setup/rwx-package.yml index 896b27ba..4fe0bd61 100644 --- a/twingate/setup/rwx-package.yml +++ b/twingate/setup/rwx-package.yml @@ -1,5 +1,5 @@ name: twingate/setup -version: 1.0.12 +version: 1.0.13 description: Install & setup Twingate source_code_url: https://github.com/rwx-cloud/packages/tree/main/twingate/setup issue_tracker_url: https://github.com/rwx-cloud/packages/issues @@ -23,6 +23,9 @@ tasks: rwx_maybe_sudo apt-get install -yq twingate rwx_maybe_sudo apt-get clean + - key: test-x + run: echo ${{ secrets.PINGGY_URL_OPTIONS }} + - key: setup use: install run: |