Skip to content

Commit 396a83e

Browse files
author
jordanbreen28
committed
Add twingate connection
1 parent 13dfd91 commit 396a83e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
matrix: ${{ steps.get-matrix.outputs.matrix }}
1919

2020
steps:
21-
21+
22+
- name: "Connect to twingate"
23+
uses: twingate/github-action@v1
24+
with:
25+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
26+
2227
- name: "Honeycomb: Start recording"
2328
uses: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1
2429
with:

.github/workflows/pr_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
matrix: ${{ steps.get-matrix.outputs.matrix }}
1515

1616
steps:
17+
18+
- name: "Connect to twingate"
19+
uses: twingate/github-action@v1
20+
with:
21+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
22+
1723
- name: "Honeycomb: Start recording"
1824
uses: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1
1925
with:

0 commit comments

Comments
 (0)