Skip to content

Commit b2b330b

Browse files
committed
ci: use secret env to hide the sauce config
1 parent b83fae3 commit b2b330b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22
on: [push, pull_request]
33

44
env:
5-
SAUCE_USERNAME: shtylman-superagent
6-
SAUCE_ACCESS_KEY: 39a45464-cb1d-4b8d-aa1f-83c7c04fa673
5+
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
6+
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)