diff --git a/.github/workflows/pre-commit-types-update.yml b/.github/workflows/pre-commit-types-update.yml index bac7e82f4..32ec6c082 100644 --- a/.github/workflows/pre-commit-types-update.yml +++ b/.github/workflows/pre-commit-types-update.yml @@ -22,13 +22,13 @@ jobs: startsWith(github.head_ref, 'dependabot/') environment: - name: develop + name: dependabot-pulls steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true - token: ${{ secrets.REPO_SCOPED_TOKEN }} + token: ${{ secrets.REPO_SCOPED_TOKEN_DEP }} ref: ${{ github.head_ref || github.ref }} - name: Install uv and Python 🐍 @@ -47,7 +47,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7 with: - commit_message: Apply pre-commit types update + commit_message: "chore(deps): Apply pre-commit types update" commit_user_name: Freqtrade Bot commit_user_email: 154552126+freqtrade-bot@users.noreply.github.com commit_author: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com>