fix: Remove usage of secrets to fix failing builds#2369
Conversation
|
@Fry-kun can you approve and merge this? I'm aware this will be breaking things for a lot of people. |
|
Seems like this partial rollback of #2360 should be safe, because there is a guard against adding the token to the request if it's blank, and it wasn't being passed previously. flank/flank-scripts/src/main/kotlin/flank/scripts/data/github/GithubApi.kt Lines 197 to 201 in 3a21357 |
|
I see the PR fixing this got reverted. Did this ever get fixed? We're running into this now that we're on GHA instead of Jenkins where we maintained our own download script. |
No sorry, I never got around to working out a fix that didn't break things. |
|
I suppose we can't use your github action then :( it's entirely unusable for larger teams. |
|
|
I will bring that back to my devs, thank you for the tip! |
Fixes #
Illegal use of
secrets, see comment in this PR for more context#2360
I'm working on a way to resolve the original issue (rate-limiting) without breaking things, but this pull request will at least fix the new problem in the meantime.
Test Plan
.
Checklist