Skip to content

Commit 628a456

Browse files
committed
Fix release pipeline
1 parent 9592472 commit 628a456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
tag_name: ${{ steps.package_version.outputs.VERSION }}
4040
draft: false
4141
prerelease: false
42-
token: ${{ secrets.GITHUB_TOKEN }}
42+
token: ${{ secrets.ORG_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)