Skip to content

Commit ffbb02c

Browse files
committed
Add GH_TOKEN to releae workflow
1 parent 549f151 commit ffbb02c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
type: string
99

1010
jobs:
11-
build:
11+
release:
1212
runs-on: ubuntu-latest
13+
env:
14+
GH_TOKEN: ${{ github.token }}
1315

1416
steps:
1517
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)