We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce48d30 commit cfde8cdCopy full SHA for cfde8cd
src/index.js
@@ -14,7 +14,7 @@ const RAW_CONFIG = {
14
KEYS: process.env.KEYS || null,
15
BRANCH_NAME: process.env.BRANCH_NAME || process.env.TYPE,
16
BRANCH_PREFIX: process.env.BRANCH_PREFIX || 'update',
17
- REPOSITORY: process.env.REPOSITORY || null,
+ REPOSITORY: process.env.REPOSITORY || process.env.GITHUB_REPOSITORY,
18
USERNAME: process.env.USERNAME || null,
19
PASSWORD: process.env.PASSWORD || null,
20
};
0 commit comments