updating token references (#4367)

This commit is contained in:
Terrance DeJesus
2025-01-10 11:20:17 -05:00
committed by GitHub
parent 65b95a1996
commit 32a94dc7c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
ref: main
fetch-depth: 100
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Checkout detection-rules
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
fetch-depth: 0
- name: Set github config