Use release PAT to trigger workflows (#25849)

This commit is contained in:
ian
2025-09-17 03:13:34 +08:00
committed by GitHub
parent 06485ea934
commit a460d77b7c

View File

@@ -137,7 +137,7 @@ jobs:
- name: Create release PR
id: create-pr
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
run: |
VERSION=${{ github.event.inputs.version }}
TAG="v$VERSION"