Skip to content

Commit

Permalink
Store gcloud service account credentials in proper JSON format. (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjeshbhargav authored Jan 10, 2023
1 parent 1e4f134 commit a967f6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- run: echo $CIRCLE_TAG > build/version.txt

- run: gcloud secrets versions access latest --secret=firebase-admin-credentials > server/serviceAccountKey.json
- run: gcloud secrets versions access latest --secret=firebase-admin-credentials | sed 's/^[0-9a-f]*$//' > server/serviceAccountKey.json

- run: gcloud app deploy -q

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.1 (January 10, 2023)

## Changes

- Modified CircleCI deploy script to store gcloud service account credentials in proper JSON format.

## 0.9.0 (November 23, 2022)

### New Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit a967f6b

Please sign in to comment.