We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83fae3 commit b2b330bCopy full SHA for b2b330b
.github/workflows/ci.yml
@@ -2,8 +2,8 @@ name: CI
2
on: [push, pull_request]
3
4
env:
5
- SAUCE_USERNAME: shtylman-superagent
6
- SAUCE_ACCESS_KEY: 39a45464-cb1d-4b8d-aa1f-83c7c04fa673
+ SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
+ SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
7
8
jobs:
9
test:
0 commit comments