update replace tokens script
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = async ({ github, context, core, jobId }) => {
|
|||||||
|
|
||||||
files.push(`./${jobId}/webapi/appsettings.json`);
|
files.push(`./${jobId}/webapi/appsettings.json`);
|
||||||
files.push(`./${jobId}/webapi/client_secrets.json`);
|
files.push(`./${jobId}/webapi/client_secrets.json`);
|
||||||
|
files.push(`./${jobId}/webapi/diunabi-admin-firebase.json`);
|
||||||
|
|
||||||
files.forEach(file => {
|
files.forEach(file => {
|
||||||
let data = require('fs').readFileSync(file, 'utf8');
|
let data = require('fs').readFileSync(file, 'utf8');
|
||||||
|
|||||||
Reference in New Issue
Block a user