Skip to content

Commit

Permalink
add env variables for browserstack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Mar 18, 2024
1 parent 9ac7f6f commit 3e46dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BrowserStack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
pip install -r requirements.txt
- name: Run your tests
run: python main.py
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 comments on commit 3e46dc8

Please sign in to comment.