Skip to content

Commit

Permalink
provide oauth2 env variables for test
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Jan 31, 2023
1 parent fa0b30f commit 69cb7ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ jobs:
- run: npm test
env:
CI: true
TWITTER_CLIENTID: "xxx"
TWITTER_SECRET: "xxx"
GITHUB_CLIENTID: "xxx"
GITHUB_SECRET: "xxx"
LINKEDIN_CLIENTID: "xxx"
LINKEDIN_SECRET: "xxx"
GOOGLE_CLIENTID: "xxx"
GOOGLE_SECRET: "xxx"

0 comments on commit 69cb7ab

Please sign in to comment.