Skip to content

Commit 9abbbe5

Browse files
authored
Merge pull request #135 from imaqsood/CAT-2275
ci(CAT-2275): add Twingate setup step to GitHub Actions workflow
2 parents 4dee504 + cc3bba3 commit 9abbbe5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,13 @@ jobs:
7575
BUNDLE_WITHOUT: release_prep
7676
PUPPET_GEM_VERSION: '~> 8.9'
7777
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
78+
TWINGATE_PUBLIC_REPO_KEY: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
7879

7980
steps:
81+
- name: "Install Twingate"
82+
uses: "twingate/github-action@v1"
83+
with:
84+
service-key: ${{ env.TWINGATE_PUBLIC_REPO_KEY }}
8085

8186
- name: "Checkout"
8287
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)