Commit b50a742
authored
fix(workflow): include GitHub token for release creation (#9)
- Added `GH_TOKEN` to the release workflow environment variables to enable authenticated GitHub API requests.
- Ensures that `gh release create` has the necessary credentials to execute successfully.
- Maintains compatibility with existing environment setup while resolving potential authentication issues.1 parent dcb0e41 commit b50a742
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments