Commit c71fe13
simplify: replace complex GitHub token generation with CODEBUFF_GITHUB_TOKEN
Replace generateGitHubToken() with simple checkGitHubToken() in release.js
Remove complex JWT generation script (generate-github-token.ts)
Use local CODEBUFF_GITHUB_TOKEN environment variable directly
Update documentation to explain simplified release process
Maintain backward compatibility by setting GITHUB_TOKEN for curl commands
🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent 6be2067 commit c71fe13
File tree
3 files changed
+18
-172
lines changed- npm-app/scripts
3 files changed
+18
-172
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
303 | 307 | | |
304 | 308 | | |
305 | 309 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
52 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
53 | 43 | | |
54 | 44 | | |
55 | 45 | | |
| |||
93 | 83 | | |
94 | 84 | | |
95 | 85 | | |
96 | | - | |
97 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
98 | 89 | | |
99 | 90 | | |
100 | 91 | | |
| |||
0 commit comments