From 66ab1e8571acb73f5e8bf29bfb7c48c775d098b6 Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:13:32 +0000 Subject: [PATCH] ci: Replace Stefbot with CFLbot (#26) * ci: Replace Stefbot with CFLbot * Merge branch 'main' into razbot --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 721b09d2..1a7b0d78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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