Skip to content
Draft

wip #420

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions twingate/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
5 changes: 4 additions & 1 deletion twingate/setup/rwx-package.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: |
Expand Down