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 4dee504 + cc3bba3 commit 9abbbe5Copy full SHA for 9abbbe5
.github/workflows/module_acceptance.yml
@@ -75,8 +75,13 @@ jobs:
75
BUNDLE_WITHOUT: release_prep
76
PUPPET_GEM_VERSION: '~> 8.9'
77
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
78
+ TWINGATE_PUBLIC_REPO_KEY: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
79
80
steps:
81
+ - name: "Install Twingate"
82
+ uses: "twingate/github-action@v1"
83
+ with:
84
+ service-key: ${{ env.TWINGATE_PUBLIC_REPO_KEY }}
85
86
- name: "Checkout"
87
uses: "actions/checkout@v4"
0 commit comments