Skip to content

Commit

Permalink
Add sample service account
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Natoli committed Aug 29, 2018
1 parent 6efd98d commit 8ffd5da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
before_script:
- 'yarn global add lerna'
script:
- mv backend/nominations-api/service-account-key.example.json backend/nominations-api/service-account-key.json
- yarn build-server
- yarn seed
- cd frontend/applications/nominations && yarn build
12 changes: 12 additions & 0 deletions backend/nominations-api/service-account-key.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "service_account",
"project_id": "",
"private_key_id": "",
"private_key": "",
"client_email": "",
"client_id": "",
"auth_uri": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": ""
}

0 comments on commit 8ffd5da

Please sign in to comment.