Skip to content

Commit ccd30d8

Browse files
authored
Merge pull request #370 from puppetlabs/MODULES-11557-twingate
ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow
2 parents 1e246e7 + 87a0317 commit ccd30d8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
5151

5252
steps:
53+
- name: "Install Twingate"
54+
uses: "twingate/github-action@v1"
55+
with:
56+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
5357

5458
- name: "Checkout"
5559
uses: "actions/checkout@v3"

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
4848

4949
steps:
50+
- name: "Install Twingate"
51+
uses: "twingate/github-action@v1"
52+
with:
53+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
5054

5155
- name: "Checkout"
5256
uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)