diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc317e74..07e5d319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,15 @@ jobs: fail-fast: false matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']} + env: + TWINGATE_PUBLIC_REPO_KEY: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} + steps: + - name: "Install Twingate" + uses: "twingate/github-action@v1" + with: + service-key: ${{ env.TWINGATE_PUBLIC_REPO_KEY }} + - name: Checkout Source uses: actions/checkout@v3 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 821da357..2f550f90 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,7 +16,15 @@ jobs: fail-fast: false matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']} + env: + TWINGATE_PUBLIC_REPO_KEY: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} + steps: + - name: "Install Twingate" + uses: "twingate/github-action@v1" + with: + service-key: ${{ env.TWINGATE_PUBLIC_REPO_KEY }} + - name: Checkout Source uses: actions/checkout@v3