Skip to content

Commit 93bc2c6

Browse files
authored
Merge pull request #704 from puppetlabs/MODULES-11557-twingate
ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow
2 parents c741766 + 66be4f9 commit 93bc2c6

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
2020

2121
steps:
22+
- name: "Install Twingate"
23+
uses: "twingate/github-action@v1"
24+
with:
25+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
26+
2227
- name: Checkout Source
2328
uses: actions/checkout@v3
2429

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
1818

1919
steps:
20+
- name: "Install Twingate"
21+
uses: "twingate/github-action@v1"
22+
with:
23+
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
24+
2025
- name: Checkout Source
2126
uses: actions/checkout@v3
2227

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"name": "puppet-archive",
21-
"version_requirement": ">= 2.0.0 < 8.0.0"
21+
"version_requirement": ">= 2.0.0 <= 8.1.0"
2222
},
2323
{
2424
"name": "puppet-augeasproviders_sysctl",

0 commit comments

Comments
 (0)