Skip to content

Commit

Permalink
Setting secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jul 23, 2024
1 parent f886e7d commit 16b161a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
env:
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
IMGKIT_PRIVATE_KEY: ${{ secrets.IMGKIT_PRIVATE_KEY }}
with:
build: yarn build
start: yarn start

0 comments on commit 16b161a

Please sign in to comment.