diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78ef6531..0852f057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,10 @@ jobs: FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set? steps: + - name: "Install Twingate" + uses: "twingate/github-action@v1" + with: + service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} - name: "Checkout" uses: "actions/checkout@v3" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 03a4db54..14d71a6d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -47,6 +47,10 @@ jobs: FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set? steps: + - name: "Install Twingate" + uses: "twingate/github-action@v1" + with: + service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} - name: "Checkout" uses: "actions/checkout@v3"