Skip to content

Commit

Permalink
move fuzz secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent db47df7 commit 22ebc74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
- run: chmod -R +x ./bin
- run: just cy install
- run: just cy test
- run: just cy test-deploy
- run: |
FUZZBUCKET_SSH_KEY: ${{ secrets.FUZZBUCKET_SSH_KEY }} \
FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }} \
FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }} \
just cy test-deploy

0 comments on commit 22ebc74

Please sign in to comment.