Skip to content

Commit 48c0f42

Browse files
committed
fix(ci): missing github token
1 parent e6d994c commit 48c0f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
release:
77
runs-on: ubuntu-latest
8+
env:
9+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
810
permissions:
911
contents: write
1012
issues: write

0 commit comments

Comments
 (0)