Skip to content

Commit

Permalink
Keep browserstack key in plaintext
Browse files Browse the repository at this point in the history
It turns out this was intentional. The key has no privileged access to anything in our case, and it needs to be in plaintext if we want to run browserstack against PRs.
  • Loading branch information
ef4 committed Oct 3, 2020
1 parent b3d075f commit 5becf88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
- name: test:browserstack
env:
BROWSERSTACK_USERNAME: emberjscoreteam1
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
# This is in plaintext on purpose. It has no privileged access to anything (this is a free
# account) and it allows us to run browserstack tests against PRs.
BROWSERSTACK_ACCESS_KEY: o5LNEdygq1SP4L9kst4s
run: yarn test:browserstack

production-test:
Expand Down

0 comments on commit 5becf88

Please sign in to comment.