Skip to content

Commit 82b59fc

Browse files
committed
fix: token
1 parent 0c9bfcf commit 82b59fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-plugin-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: "marvinpinto/action-automatic-releases@latest"
4141
with:
42-
repo_token: "${{ secrets.GH_RELEASE_TOKEN }}"
42+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4343
title: "Development Build : ${{ github.event.inputs.version }}"
4444
files: |
4545
browser-extension/plugin/extension-chrome.zip

0 commit comments

Comments
 (0)