From 55106ec4766c787823361db80ea461715aa57a7a Mon Sep 17 00:00:00 2001 From: OlivierDehaene Date: Wed, 29 Mar 2023 22:27:01 +0200 Subject: [PATCH] fix(ci): fix sagemaker action (#148) --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2090d14..a94a33d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,6 +94,10 @@ jobs: uses: docker/setup-buildx-action@v2.0.0 with: install: true + - name: Tailscale + uses: tailscale/github-action@v1 + with: + authkey: ${{ secrets.TAILSCALE_AUTHKEY }} - name: Checkout repository uses: actions/checkout@v3 - name: Inject slug/short variables