mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
forward sauce secrets as env variables
This commit is contained in:
parent
b68df09b58
commit
76fcf5a352
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -40,3 +40,6 @@ jobs:
|
||||
|
||||
- name: Rendering test suite on saucelabs
|
||||
run: npm run test-render-sauce-automated -- --build=2.0.0 --name=development
|
||||
env:
|
||||
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
|
||||
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user