Add missing GITHUB_TOKEN env to "Prepare changelog" step (#42)

This commit is contained in:
ArthurKun
2025-08-02 11:09:24 +08:00
committed by GitHub
parent f5fd84419b
commit fe1b36ce7e

View File

@@ -58,6 +58,8 @@ jobs:
BUILD_TOOLS_VERSION: '35.0.1'
- name: Prepare changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -e