@aircall/ci-scripts
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@aircall/ci-scripts", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "main": "ci-scripts.js", |
@@ -64,7 +64,7 @@ # CI Scripts | ||
Add `JIRA_BASE_URL` (`https://aircall.atlassian.net/browse/`) and `GITHUB_CREDENTIALS` (the `AircallDeployment` one, present in 1Password) env vars in CircleCI. | ||
Add `JIRA_BASE_URL` and `GITHUB_CREDENTIALS` env vars in CircleCI. | ||
### Authorize GitHub deployment account in your project | ||
Authorize `AircallDeployment` account to access to your GitHub project as a Collaborator: https://github.com/{username}/{project}/settings/collaboration | ||
Authorize our deployment Github account to access to your GitHub project as a Collaborator: https://github.com/{username}/{project}/settings/collaboration | ||
@@ -71,0 +71,0 @@ ## Features |
20242