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.
2 parents 08af9d7 + 3cdd586 commit 606187bCopy full SHA for 606187b
.github/workflows/ci.yml
@@ -17,7 +17,13 @@ jobs:
17
needs: "Spec"
18
runs-on: ubuntu-24.04
19
timeout-minutes: 120
20
+
21
steps:
22
+ - name: "Install Twingate"
23
+ uses: "twingate/github-action@v1"
24
+ with:
25
+ service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
26
27
- name: Checkout Source
28
uses: actions/checkout@v3
29
with:
.github/workflows/nightly.yml
@@ -16,7 +16,13 @@ jobs:
16
0 commit comments