Skip to content

Commit 76cfc40

Browse files
authored
Release token
1 parent f78c8e2 commit 76cfc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Create a release
5454
uses: action-pack/github-release@master
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5757
with:
5858
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
5959
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
@@ -77,7 +77,7 @@ jobs:
7777
name: Update major release
7878
uses: action-pack/github-release@master
7979
env:
80-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
8181
with:
8282
tag: "v${{ vars.MAJOR }}"
8383
title: "v${{ vars.MAJOR }}"

0 commit comments

Comments
 (0)