From 76ca1eda432aaf06dfab584154ddca678a65ba22 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 28 Mar 2024 16:26:19 +0000 Subject: [PATCH] Update databricks_pull_request_tests.yml --- .github/workflows/databricks_pull_request_tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/databricks_pull_request_tests.yml b/.github/workflows/databricks_pull_request_tests.yml index 8d993e7..8fcdd07 100644 --- a/.github/workflows/databricks_pull_request_tests.yml +++ b/.github/workflows/databricks_pull_request_tests.yml @@ -15,10 +15,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 # Runs a single command using the runners shell - - name: Run a one-line script - env: - SUPER_SECRET: ${{ secrets.ACCESS_TOKEN }} - run: echo "$SUPER_SECRET" | sed 's/./& /g' - name: Run test notebook uses: databricks/run-notebook@main with: