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 22ebc74 commit 92fd3d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: just cy install
- run: just cy test
- run: |
FUZZBUCKET_SSH_KEY: ${{ secrets.FUZZBUCKET_SSH_KEY }} \
FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }} \
FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }} \
export FUZZBUCKET_SSH_KEY: ${{ secrets.FUZZBUCKET_SSH_KEY }}
export FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }}
export FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }}
just cy test-deploy

0 comments on commit 92fd3d3

Please sign in to comment.