We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673d704 + 32a94dc commit a5ff45cCopy full SHA for a5ff45c
.github/workflows/backport.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Checkout repo
68
uses: actions/checkout@v4
69
with:
70
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
71
ref: main
72
fetch-depth: 100
73
.github/workflows/manual-backport.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout detection-rules
22
23
24
25
fetch-depth: 0
26
27
- name: Set github config
0 commit comments