Skip to content

Commit

Permalink
ci: Replace Razbot with CFLbot
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 7, 2023
1 parent f84cd1e commit 6580abd
Showing 1 changed file with 2 additions and 2 deletions.
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 6580abd

Please sign in to comment.