using GITHUB_TOKEN to make API requests in scripts/get_env.py (#4033)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
ru-asdx
2024-12-23 02:05:19 +00:00
committed by GitHub
parent 626d7ef509
commit dc73096966
6 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ on:
env:
TARGETS: f7
DEFAULT_TARGET: f7
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
check-secret: