Skip to content

Commit

Permalink
Send .env to playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalcom committed Jun 22, 2024
1 parent d89af65 commit 6c9d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps

# This .env variables will be available to be used in the signer app
- name: Send secrets to process.env
run: |
echo "ETH_PROVIDER_URL_TESTNET=${{ secrets.ETH_PROVIDER_URL_TESTNET }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 6c9d844

Please sign in to comment.