We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae3d35 commit c583392Copy full SHA for c583392
script/early-access/clone-for-build.js
@@ -12,7 +12,7 @@ require('dotenv').config()
12
const {
13
DOCUBOT_REPO_PAT,
14
HEROKU_PRODUCTION_APP,
15
- GIT_BRANCH
+ GIT_BRANCH // Set by the deployer with the name of the docs-internal branch
16
} = process.env
17
18
// Exit if PAT is not found
0 commit comments