Skip to content

Commit

Permalink
Merge pull request #47 from DataRecce/update/drc-521-add-cloud-state-…
Browse files Browse the repository at this point in the history
…password

[Update] DRC-521 Add Cloud State password
  • Loading branch information
kentwelcome authored Jul 3, 2024
2 parents 7fc0a2a + 3aeea56 commit cf499d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/recce-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:

- name: Run Recce CI
run: poetry run recce run --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }}
env:
RECCE_STATE_PASSWORD: ${{ vars.RECCE_STATE_PASSWORD }}

- name: Prepare Recce Summary
id: recce-summary
Expand All @@ -87,6 +89,7 @@ jobs:
env:
ARTIFACT_URL: ${{ steps.recce-artifact-uploader.outputs.artifact-url }}
RECCE_STATE_PASSWORD: ${{ vars.RECCE_STATE_PASSWORD }}
NEXT_STEP_MESSAGE: |
## Next Steps
If you want to check more detail information about the recce result, please follow this instruction
Expand All @@ -96,7 +99,7 @@ jobs:
git checkout ${{ github.event.pull_request.head.ref }}
# Launch the recce server based on the state file
recce server --review --cloud
recce server --review --cloud --password ${{ vars.RECCE_STATE_PASSWORD }}
# Open the recce server http://localhost:8000 by your browser
```
Expand Down

0 comments on commit cf499d4

Please sign in to comment.