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 b199ef8 + 4b00244 commit 3dfe60cCopy full SHA for 3dfe60c
.github/workflows/ci.yml
@@ -64,6 +64,11 @@ jobs:
64
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
65
66
steps:
67
+ - name: "Install Twingate"
68
+ uses: "twingate/github-action@v1"
69
+ with:
70
+ service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
71
+
72
- name: Checkout
73
uses: actions/checkout@v3
74
with:
.github/workflows/nightly.yml
@@ -62,6 +62,11 @@ jobs:
62
63
0 commit comments