File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ previous python versions directly in the CI pipeline to catch these bugs.
4141 * Owner: The github repository owner (in this case ` febus982 ` )
4242 * Repository name: The github repository name (in this case ` bootstrap-python-package ` )
4343 * Workflow name: ` release.yml `
44- * Create a github actions secret named ` CODECLIMATE_REPORTER_ID ` (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions )
44+ * Enable GitHub Actions for GitHub Pages (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages )
45+ * Create a GitHub Actions secret named ` CODECLIMATE_REPORTER_ID ` (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions )
4546 containing the codeclimate reporter id (you can find it at https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter ).
4647 If you don't want to use CodeClimate just delete ` workflows/python-quality.yml ` .
4748* Update the badges in ` README.md ` ! (check [ shields.io] ( https://shields.io/ ) for extra badges)
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ previous python versions directly in the CI pipeline to catch these bugs.
2727 * Owner: The github repository owner (in this case ` febus982 ` )
2828 * Repository name: The github repository name (in this case ` bootstrap-python-package ` )
2929 * Workflow name: ` release.yml `
30- * Create a github actions secret named ` CODECLIMATE_REPORTER_ID ` (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions )
30+ * Enable GitHub Actions for GitHub Pages (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages )
31+ * Create a GitHub Actions secret named ` CODECLIMATE_REPORTER_ID ` (at URL https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions )
3132 containing the codeclimate reporter id (you can find it at https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter ).
3233 If you don't want to use CodeClimate just delete ` workflows/python-quality.yml ` .
3334* Update the badges in ` README.md ` ! (check [ shields.io] ( https://shields.io/ ) for extra badges)
You can’t perform that action at this time.
0 commit comments