Commit 7aa395a
committed
fix: use clean MATCH_GIT_TOKEN secret for TestFlight auth
Replace base64-decoded MATCH_GIT_BASIC_AUTHORIZATION with plain
MATCH_GIT_TOKEN for GitHub HTTPS git authentication. GitHub requires
the token directly, not base64(username:token) format.
This fixes fastlane match authentication failures in TestFlight workflow.1 parent 529dc59 commit 7aa395a
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 146 | | |
152 | | - | |
| 147 | + | |
| 148 | + | |
153 | 149 | | |
154 | 150 | | |
155 | 151 | | |
| |||
0 commit comments