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: |