Commit 6361f79
authored
fix: improve PAT_TOKEN handling and debugging in release workflow (#236)
* debug: add detailed token debugging to release workflow
* fix: improve PAT_TOKEN handling and debugging in release workflow
- Add comprehensive debug output for token availability
- Fix environment variable access in git configuration step
- Use proper env vars instead of direct secret interpolation in shell
- Add explicit git remote verification steps
These changes should resolve the PAT_TOKEN not being recognized
properly, enabling bypass of branch protection rules in future releases.1 parent f137cd2 commit 6361f79
1 file changed
+30
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
55 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
56 | 80 | | |
57 | 81 | | |
58 | 82 | | |
59 | 83 | | |
60 | 84 | | |
61 | | - | |
| 85 | + | |
62 | 86 | | |
63 | | - | |
| 87 | + | |
64 | 88 | | |
65 | 89 | | |
66 | | - | |
| 90 | + | |
67 | 91 | | |
68 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
69 | 96 | | |
70 | 97 | | |
71 | 98 | | |
| |||
0 commit comments