chore: switch environment for security
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user