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