Skip to content

Commit

Permalink
#649 fix yml to use env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed May 11, 2021
1 parent 5c563bb commit 971f8fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: push
jobs:
chrome-headless:
runs-on: ubuntu-18.04
environment: test0
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -19,4 +20,4 @@ jobs:
record: true
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ test0.dashboardRecordKey }}
CYPRESS_RECORD_KEY: ${{ secrets.dashboardRecordKey }}

0 comments on commit 971f8fd

Please sign in to comment.