Skip to content

Commit

Permalink
ci: Replace Razbot with CFLbot (#2244)
Browse files Browse the repository at this point in the history
* ci: Replace Razbot with CFLbot

* Disable codecov comments
  • Loading branch information
faucomte97 committed Dec 9, 2023
1 parent f84cd1e commit 4922e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ ignore:
- "cfl_common/common/app_settings.py"
- "cfl_common/common/csp_config.py"

comment:
layout: "reach, diff, flags, files"
behavior: new
require_changes: false
require_base: no
require_head: yes
branches:
- "!master"
comment: false
4 changes: 2 additions & 2 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Release codeforlife-portal
uses: relekang/[email protected]
with:
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
github_token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
continue-on-error: true
- name: Build cfl-common package
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Trigger staging deployment
uses: actions/github-script@v6
with:
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
github-token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
script: |
github.rest.actions.createWorkflowDispatch({
owner: 'ocadotechnology',
Expand Down

0 comments on commit 4922e37

Please sign in to comment.