You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config example only shows user+password auth which has been superceeded for automated use purposes by personal oauth tokens, or even application-wide token. Anyhoo I didn't see any documentation more than the example file on how to set that up:
module.exports = function (poppins) {
poppins.config = {
...
// Credentials for user who leaves comments, etc.
// You may want to load these from a seperate file like `config-credentials.js`, and
// add this file to your `.gitignore` list
login: {
username: 'myrobotname',
password: 'supersecretpassword'
},
...
The text was updated successfully, but these errors were encountered:
module.exports = function (poppins) {
poppins.config = {
// Credentials for user who leaves comments, etc.
// You may want to load these from a seperate file like `config-credentials.js`, and
// add this file to your `.gitignore` list
login: {
username: 'yourTokenHere3098438ef098dsf709834',
password: 'x-oauth-basic'
},
...
The config example only shows user+password auth which has been superceeded for automated use purposes by personal oauth tokens, or even application-wide token. Anyhoo I didn't see any documentation more than the example file on how to set that up:
The text was updated successfully, but these errors were encountered: