Skip to content

Commit f78c8e2

Browse files
authored
Github token
1 parent 649bb92 commit f78c8e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
-
5353
name: Create a release
5454
uses: action-pack/github-release@master
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5557
with:
5658
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
5759
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
@@ -74,6 +76,8 @@ jobs:
7476
-
7577
name: Update major release
7678
uses: action-pack/github-release@master
79+
env:
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7781
with:
7882
tag: "v${{ vars.MAJOR }}"
7983
title: "v${{ vars.MAJOR }}"

0 commit comments

Comments
 (0)