From e05eee52ee9118887a201881752413b719f09d85 Mon Sep 17 00:00:00 2001 From: "Wei-Chun, Chang" Date: Mon, 17 Jun 2024 18:26:15 +0800 Subject: [PATCH] Update recce cloud token Signed-off-by: Wei-Chun, Chang --- .github/workflows/recce_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/recce_ci.yml b/.github/workflows/recce_ci.yml index 08240641e..7743d3e00 100644 --- a/.github/workflows/recce_ci.yml +++ b/.github/workflows/recce_ci.yml @@ -44,7 +44,7 @@ jobs: - name: Run Recce CI run: | - recce run --cloud --cloud-token ${{ secrets.GITHUB_TOKEN }} + recce run --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }} - name: Upload DBT Artifacts uses: actions/upload-artifact@v4 @@ -63,7 +63,7 @@ jobs: - name: Prepare Recce Summary id: recce-summary run: | - recce summary --cloud --cloud-token ${{ secrets.GITHUB_TOKEN }} > recce_summary.md + recce summary --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }} > recce_summary.md cat recce_summary.md >> $GITHUB_STEP_SUMMARY echo '${{ env.NEXT_STEP_MESSAGE }}' >> recce_summary.md