mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 14:36:01 +00:00
add gist upload secret
This commit is contained in:
7
printSecrets.js
Normal file
7
printSecrets.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const fs = require('fs');
|
||||
|
||||
const text = `
|
||||
module.exports = '${process.env.GIST_UPLOAD_SECRET}';
|
||||
`;
|
||||
|
||||
fs.writeFileSync('packages/api/src/gistSecret.js', text);
|
||||
Reference in New Issue
Block a user