Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 920410e

Browse files
committed
🚀 Deploy new version [skip ci]
1 parent 79067f2 commit 920410e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119607,10 +119607,10 @@ const dotenv_1 = __webpack_require__(63);
119607119607
const firebase_admin_1 = __webpack_require__(356);
119608119608
dotenv_1.config();
119609119609
const token = core_1.getInput("token") || process.env.GH_PAT || process.env.GITHUB_TOKEN;
119610-
const FIREBASE_SERVICE_ACCOUNT_KEY = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT_KEY || "");
119610+
const FIREBASE_SERVICE_ACCOUNT = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT || "");
119611119611
const FIREBASE_DATABASE_URL = process.env.FIREBASE_DATABASE_URL;
119612119612
firebase_admin_1.initializeApp({
119613-
credential: firebase_admin_1.credential.cert(FIREBASE_SERVICE_ACCOUNT_KEY),
119613+
credential: firebase_admin_1.credential.cert(FIREBASE_SERVICE_ACCOUNT),
119614119614
databaseURL: FIREBASE_DATABASE_URL,
119615119615
});
119616119616
const subscribers = firebase_admin_1.firestore().collection("subscribers-v2");

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)