From 660a9289ced3e4fb0f0d482fe5251fb58d4ba2f5 Mon Sep 17 00:00:00 2001 From: Dani-Koza-AF Date: Sun, 27 Oct 2024 16:44:14 +0200 Subject: [PATCH] fix CI --- .github/workflows/release-Production-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-Production-workflow.yml b/.github/workflows/release-Production-workflow.yml index e4355cd..935a152 100644 --- a/.github/workflows/release-Production-workflow.yml +++ b/.github/workflows/release-Production-workflow.yml @@ -55,7 +55,7 @@ jobs: - uses: mdecoleman/pr-branch-name@2.0.0 id: vars with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} - name: Determine release tag and release branch run: | TAG=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9]+.[0-9]+.[0-9]+') @@ -68,7 +68,7 @@ jobs: TAG: ${{env.PLUGIN_VERSION}} uses: "actions/github-script@v5" with: - github-token: "${{ secrets.GITHUB_TOKEN }}" + github-token: "${{ secrets.CI_DEV_GITHUB_TOKEN }}" script: | try { await github.rest.repos.createRelease({