Commit 157181a
committed
fix(submitter): dry runs no longer require credentials
A dry run is a preview: it still passes rate-limit and dedup checks but
must not demand a forge token. Credentials.get has always run before the
dry_run branch (this predates the PR), so dry-run submissions failed with
{:error, :no_credentials} in any credential-less environment — visible for
the first time now that the Test gate actually executes (3 CI failures on
a suite that is green locally only because the sandbox has ambient
GH_TOKEN). Verified 272/272 both with and without GITHUB_TOKEN/GH_TOKEN
in the environment.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017LDhR8gtnittEWSafunnrq1 parent 80b944d commit 157181a
1 file changed
Lines changed: 19 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | | - | |
119 | | - | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments