Skip to content

Commit

Permalink
Use inherited secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Jun 12, 2023
1 parent 74d9bab commit 1cb23f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ on:
jobs:
test:
uses: ./.github/workflows/cypress_tests.yml
secrets:
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_USER_COOKIE: ${{ secrets.CYPRESS_USER_COOKIE }}
secrets: inherit

0 comments on commit 1cb23f9

Please sign in to comment.