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 1e246e7 + 87a0317 commit ccd30d8Copy full SHA for ccd30d8
.github/workflows/ci.yml
@@ -50,6 +50,10 @@ jobs:
50
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
51
52
steps:
53
+ - name: "Install Twingate"
54
+ uses: "twingate/github-action@v1"
55
+ with:
56
+ service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
57
58
- name: "Checkout"
59
uses: "actions/checkout@v3"
.github/workflows/nightly.yml
@@ -47,6 +47,10 @@ jobs:
47
48
49
0 commit comments