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 c34311e + 92b080c commit 746e056Copy full SHA for 746e056
.github/workflows/ci.yml
@@ -57,6 +57,11 @@ jobs:
57
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
58
59
steps:
60
+ - name: "Install Twingate"
61
+ uses: "twingate/github-action@v1"
62
+ with:
63
+ service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
64
+
65
- name: Checkout Source
66
uses: actions/checkout@v3
67
.github/workflows/nightly.yml
@@ -56,6 +56,11 @@ jobs:
56
0 commit comments