We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44138d6 commit 80f38c9Copy full SHA for 80f38c9
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
if: ${{ inputs.publishToMarketPlace == 'true' && inputs.publishToOVSX == 'true' }}
53
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
54
with:
55
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
+ repo_token: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
56
automatic_release_tag: "v${{ env.EXT_VERSION }}"
57
title: "${{ env.EXT_VERSION }}"
58
draft: true
0 commit comments