Skip to content

Commit a5ff45c

Browse files
Merge branch 'main' into issue-4023
2 parents 673d704 + 32a94dc commit a5ff45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout repo
6868
uses: actions/checkout@v4
6969
with:
70-
token: ${{ secrets.GITHUB_TOKEN }}
70+
token: ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
7171
ref: main
7272
fetch-depth: 100
7373

.github/workflows/manual-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout detection-rules
2222
uses: actions/checkout@v4
2323
with:
24-
token: ${{ secrets.GITHUB_TOKEN }}
24+
token: ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
2525
fetch-depth: 0
2626

2727
- name: Set github config

0 commit comments

Comments
 (0)