Skip to content

Commit

Permalink
ci: Replace Stefbot with CFLbot
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 7, 2023
1 parent 7d6c2d2 commit 58ee1df
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 @@ -88,7 +88,7 @@ jobs:
- name: 🛫 Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.CFL_BOT_GITHUB_TOKEN }}
fetch-depth: 0

- name: 🔄 Sync Setup Dependencies
Expand All @@ -111,5 +111,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 58ee1df

Please sign in to comment.