Commit 2ceba58
authored
Drop repository password length constraint (#3672)
The repository password column is used for GitHub app tokens. GitHub
[recently
announced](https://github.blog/changelog/2026-04-24-notice-about-upcoming-new-format-for-github-app-installation-tokens/)
a switch to a JWT approach, which will result in much longer tokens.
This drops our length constraint on the password column to accommodate
these longer tokens.1 parent cc5b0ea commit 2ceba58
1 file changed
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments