Commit 7545168
Use PAT in auto-tag-release to enable Release workflow triggering (#355)
* Initial plan
* Update auto-tag-release job to use PAT for triggering release workflow
- Remove unused actions:write permission
- Add RELEASE_TOKEN to checkout step to enable workflow triggering
- Add explanatory comments about PAT requirement
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>
* Add detailed documentation for RELEASE_TOKEN requirements
- Document required PAT permissions (Contents: Read and write)
- Add setup instructions directly in workflow file
- Reference official GitHub PAT creation URL
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>
* docs: Add RELEASE_TOKEN documentation to all relevant files
- Update .example.env with RELEASE_TOKEN setup instructions
- Add Prerequisites section in RELEASING.md for PAT configuration
- Add troubleshooting section for release workflow issues
- Update README.md production checklist
- Include setup steps, required permissions, and security checklist
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>
* docs: Improve security guidance and clarify placeholders
- Reduce recommended PAT expiration from 1 year to 90 days-6 months
- Add token rotation guidance for better security practices
- Clarify OWNER/REPO placeholder in .example.env
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>
* docs: Refine guidance for clarity and decision-making
- Clarify OWNER/REPO placeholder replacement with example
- Provide specific expiration guidance (90 days vs 6 months trade-off)
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com>1 parent f60f46b commit 7545168
File tree
4 files changed
+59
-2
lines changed- .github/workflows
4 files changed
+59
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
330 | 340 | | |
331 | 341 | | |
332 | 342 | | |
| |||
396 | 406 | | |
397 | 407 | | |
398 | 408 | | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
399 | 413 | | |
400 | 414 | | |
401 | 415 | | |
| |||
407 | 421 | | |
408 | 422 | | |
409 | 423 | | |
| 424 | + | |
410 | 425 | | |
411 | 426 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | 234 | | |
236 | 235 | | |
237 | 236 | | |
238 | 237 | | |
239 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
240 | 244 | | |
241 | 245 | | |
242 | 246 | | |
| |||
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
319 | | - | |
| 323 | + | |
| 324 | + | |
320 | 325 | | |
321 | 326 | | |
322 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
53 | 76 | | |
54 | 77 | | |
55 | 78 | | |
| |||
284 | 307 | | |
285 | 308 | | |
286 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
287 | 323 | | |
288 | 324 | | |
289 | 325 | | |
| |||
0 commit comments