We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fcf17 commit b6c056bCopy full SHA for b6c056b
.github/workflows/nightly.yml
@@ -18,7 +18,12 @@ jobs:
18
matrix: ${{ steps.get-matrix.outputs.matrix }}
19
20
steps:
21
-
+
22
+ - name: "Connect to twingate"
23
+ uses: twingate/github-action@v1
24
+ with:
25
+ service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
26
27
- name: "Honeycomb: Start recording"
28
uses: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1
29
with:
.github/workflows/pr_test.yml
@@ -14,6 +14,12 @@ jobs:
14
15
16
17
0 commit comments