forward sauce secrets as env variables

This commit is contained in:
Matthew Griffith 2020-03-13 20:17:09 -04:00 committed by GitHub
parent b68df09b58
commit 76fcf5a352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}