diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9dda35..68be122 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: if: ${{ inputs.publishToMarketPlace == 'true' && inputs.publishToOVSX == 'true' }} uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: "${{ secrets.RELEASE_GITHUB_TOKEN }}" automatic_release_tag: "v${{ env.EXT_VERSION }}" title: "${{ env.EXT_VERSION }}" draft: true