Skip to content

Commit 80f38c9

Browse files
committed
fix: Use secrets.RELEASE_GITHUB_TOKEN instead of secrets.GITHUB_TOKEN
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 44138d6 commit 80f38c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ inputs.publishToMarketPlace == 'true' && inputs.publishToOVSX == 'true' }}
5353
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
5454
with:
55-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
55+
repo_token: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
5656
automatic_release_tag: "v${{ env.EXT_VERSION }}"
5757
title: "${{ env.EXT_VERSION }}"
5858
draft: true

0 commit comments

Comments
 (0)