From 1718a436e38cc0dcd6f596b788d9bccaff2c3ad4 Mon Sep 17 00:00:00 2001 From: Fengqing Liu Date: Sun, 19 Oct 2025 23:29:01 +1100 Subject: [PATCH] chore: add environment specification and token configuration to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7fa70e..f002f86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |