Skip to content

Commit

Permalink
chore: secrets for search
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Dec 5, 2023
1 parent f5635aa commit 01f4db2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on_pull_request_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
AIRTABLE_APIKEY: ${{ secrets.AIRTABLE_APIKEY }}
AIRTABLE_BASEID: ${{ secrets.AIRTABLE_BASEID }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
CYPRESS_BASE_URL: http://localhost:3000
SUPABASE_KEY: ${{ secrets.SUPABASE_STAGING_KEY }}
SUPABASE_URL: ${{ secrets.SUPABASE_STAGING_URL }}
USE_CYPRESS_VRT: false

steps:
Expand Down Expand Up @@ -90,8 +94,6 @@ jobs:
wait-on: "http://localhost:3000"
group: "Paste Actions Parallel"
config: baseUrl=http://localhost:3000
env:
CYPRESS_BASE_URL: http://localhost:3000

- name: Cypress run with site VRT
uses: cypress-io/github-action@v4
Expand All @@ -109,4 +111,3 @@ jobs:
USE_CYPRESS_VRT: true
PERCY_PARALLEL_NONCE: ${{ needs.percy-batch-id.outputs.result }}
PERCY_PARALLEL_TOTAL: 3
CYPRESS_BASE_URL: http://localhost:3000

0 comments on commit 01f4db2

Please sign in to comment.