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 5652a40 commit db47df7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
with:
name: executables
path: bin
- env:
FUZZBUCKET_SSH_KEY: ${{ secrets.FUZZBUCKET_SSH_KEY }}
FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }}
FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }}
- run: chmod -R +x ./bin
- run: just cy install
- run: just cy test
- run: echo $FUZZBUCKET_URL
- run: just cy test
- run: just cy test-deploy

0 comments on commit db47df7

Please sign in to comment.