Skip to content

Commit 606187b

Browse files
authored
Merge pull request #246 from puppetlabs/MODULES-11557-twingate
ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow
2 parents 08af9d7 + 3cdd586 commit 606187b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ jobs:
1717
needs: "Spec"
1818
runs-on: ubuntu-24.04
1919
timeout-minutes: 120
20+
2021
steps:
22+
- name: "Install Twingate"
23+
uses: "twingate/github-action@v1"
24+
with:
25+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
26+
2127
- name: Checkout Source
2228
uses: actions/checkout@v3
2329
with:

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
needs: "Spec"
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 120
19+
1920
steps:
21+
- name: "Install Twingate"
22+
uses: "twingate/github-action@v1"
23+
with:
24+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
25+
2026
- name: Checkout Source
2127
uses: actions/checkout@v3
2228
with:

0 commit comments

Comments
 (0)