Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2021-02-12 00:33:17 +0300
committerFeross Aboukhadijeh <feross@feross.org>2021-02-12 00:33:17 +0300
commit4d661dbeb4e49cc32d28fc6750f5e09e79208ae7 (patch)
tree452801f03024ed783c089cdb2706afe81960e2c5 /.github
parent56c80b389e488fa5d60a2dea7cda4386964fbc5a (diff)
Update ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 910c8cf..656eb0d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,3 +21,6 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
+ env:
+ SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
+ SAUCE_ACCESS_TOKEN: ${{ secrets.SAUCE_ACCESS_TOKEN }}