mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user