We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a2909 commit 54b7392Copy full SHA for 54b7392
index.js
@@ -14,6 +14,8 @@ const PackageLockSource = require('tiny-attribution-generator/lib/inputs/package
14
.default
15
const request = require('superagent')
16
17
+if (!process.env.GITHUB_TOKEN) throw new Error('GITHUB_TOKEN is required!')
18
+
19
const noticesFileName = argv.filename || 'NOTICE'
20
const includeDev = argv.includeDev || false
21
const noticesBranchName = 'notices'
0 commit comments