Skip to content

Commit

Permalink
ci: use secret env to hide the sauce config
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Apr 3, 2022
1 parent b83fae3 commit b2b330b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -2,8 +2,8 @@ name: CI
on: [push, pull_request]

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

jobs:
test:
Expand Down

0 comments on commit b2b330b

Please sign in to comment.