Skip to content

Commit 2561117

Browse files
authored
Set GITHUB_TOKEN env var in release workflow (#7)
1 parent 2f62fe5 commit 2561117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- published
77

8+
env:
9+
GITHUB_TOKEN: ${{ github.token }}
10+
811
jobs:
912
build:
1013
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)