[git-tool] do not use GITHUB_TOKEN (#11730)

This commit stops using GITHUB_TOKEN in git-tool for better security.
This commit is contained in:
Yakun Xu
2025-07-16 07:11:17 -07:00
committed by GitHub
parent 6e1a6ff190
commit 2f1183f387
7 changed files with 14 additions and 41 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ jobs:
tar xf gcc-arm
- name: Build
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_BODY: "${{ github.event.pull_request.body }}"
run: |
export PATH=/tmp/${{ matrix.gcc_extract_dir }}/bin:$PATH
script/check-arm-build