-
Upgrade node version to at least v14
-
If you are using GitHub actions you don't need to set project ID and API key anymore, make sure BundleMon GitHub App is installed.
- BundleMon will automatically create a new project linked to your repo on GitHub. If you want to keep your current project history you can add your details here or send me an email (lironerm@gmail.com) with the owner and repo name and your current project id.
-
If you are using a different CI provider (Travis, CircleCI, etc) you must provide a project API key. From now on you will need to provide a GitHub access token if you want to integrate with GitHub (post commit status / pr comment).
-
Create GitHub access token without any scopes, the token owner must have write permission to the repo you would want to post outputs to.
-
Add the token to
BUNDLEMON_GITHUB_TOKEN
environment variable in your CI.The token is not saved in BundleMon service, ONLY used to verify the username that created the token.
-