Skip to content

Commit

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

* Merge branch 'main' into razbot
  • Loading branch information
faucomte97 committed Dec 11, 2023
1 parent 61e6f6c commit 66ab1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 🛫 Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
fetch-depth: 0

- name: 🐍 Set up Python
Expand All @@ -74,5 +74,5 @@ jobs:
- name: 🚀 Publish Semantic Release
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GH_TOKEN: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
run: semantic-release publish --verbosity=INFO

0 comments on commit 66ab1e8

Please sign in to comment.