Skip to content

Commit 58cb7ef

Browse files
authored
Remove token
1 parent d8666bd commit 58cb7ef

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
-
5353
name: Create a release
5454
uses: action-pack/github-release@master
55-
env:
56-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5755
with:
5856
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
5957
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
@@ -76,8 +74,6 @@ jobs:
7674
-
7775
name: Update major release
7876
uses: action-pack/github-release@master
79-
env:
80-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
8177
with:
8278
tag: "v${{ vars.MAJOR }}"
8379
title: "v${{ vars.MAJOR }}"

0 commit comments

Comments
 (0)