From 75ceb395c445fdbb5d84524fd63cae342076eaf5 Mon Sep 17 00:00:00 2001 From: danielxnj Date: Mon, 20 Nov 2023 20:10:49 -0500 Subject: [PATCH] Fix tailscale --- .github/workflows/pr-deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index aaff44c9e0480..cc47515411a31 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -18,17 +18,14 @@ jobs: deployments: write steps: - - name: Checkout chart - uses: actions/checkout@v3 - with: - repository: posthog/charts-clickhouse - path: charts-clickhouse - - name: Checkout uses: actions/checkout@v3 with: path: posthog + - name: Set up Depot CLI + uses: depot/setup-action@v1 + - uses: aws-actions/configure-aws-credentials@v1 with: aws-region: us-east-1