Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 36ae5ae

Browse files
author
Axel Rindle
committed
Use token from env variable
1 parent 88b24bc commit 36ae5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = 'PUT-YOUR-TOKEN-HERE';
1+
module.exports = process.env.GITHUB_API_TOKEN;

0 commit comments

Comments
 (0)