Skip to content

Commit

Permalink
Update recce cloud token
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Jun 17, 2024
1 parent 8cfbfbf commit e05eee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e05eee5

Please sign in to comment.