mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Use repo scoped token
This commit is contained in:
7
.github/workflows/pre-commit-update.yml
vendored
7
.github/workflows/pre-commit-update.yml
vendored
@@ -30,11 +30,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: peter-evans/create-pull-request@v5
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
add-paths: .pre-commit-config.yaml
|
add-paths: .pre-commit-config.yaml
|
||||||
branch: update/pre-commit-hooks
|
|
||||||
title: Update pre-commit hooks
|
|
||||||
labels: |
|
labels: |
|
||||||
Tech maintenance
|
Tech maintenance
|
||||||
|
branch: update/pre-commit-hooks
|
||||||
|
title: Update pre-commit hooks
|
||||||
commit-message: "chore: update pre-commit hooks"
|
commit-message: "chore: update pre-commit hooks"
|
||||||
body: Update versions of pre-commit hooks to latest version.
|
body: Update versions of pre-commit hooks to latest version.
|
||||||
|
delete-branch: true
|
||||||
|
|||||||
Reference in New Issue
Block a user