chore: add environment specification and token configuration to release workflow

This commit is contained in:
Fengqing Liu
2025-10-19 23:29:01 +11:00
parent 30e0f0a322
commit 1718a436e3

View File

@@ -15,6 +15,7 @@ jobs:
create-release-branch:
name: Create Release Branch
runs-on: ubuntu-latest
environment: release
steps:
- name: Validate SemVer format
@@ -42,6 +43,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
with:
token: ${{ secrets.PUBLISHER_TOKEN }}
- name: Configure Git
run: |