Skip to content

Commit 900b696

Browse files
authored
Merge pull request #41 from devfile/fixgitreleasaction
fix: Use `secrets.RELEASE_GITHUB_TOKEN` instead of `secrets.GITHUB_TOKEN`
2 parents 44138d6 + 80f38c9 commit 900b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
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)