Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 12ba61d

Browse files
committed
CI: custom token for release
1 parent 35b7ed8 commit 12ba61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: "marvinpinto/action-automatic-releases@latest"
3737
with:
38-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
38+
repo_token: "${{ secrets.TOKEN_RELEASE }}"
3939
draft: true
4040
prerelease: false
4141
files: dist/*

0 commit comments

Comments
 (0)