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 054117e commit 6901ffdCopy full SHA for 6901ffd
README.md
@@ -102,6 +102,9 @@ module.exports.default = {
102
};
103
```
104
105
+> Note that the `github_token` property can be set to a string value or an environment variable name prefixed with a '$'.
106
+> If the value is an environment variable name, the value of the environment variable will be used.
107
+
108
## Development Setup
109
110
```bash
0 commit comments