You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After digging, I honestly think that's an issue with Authorization. But I don't know how to setup it properly or if the library needs an update.
As I said, it might also be only a matter of mapping some properties in the Github struct.
Also, as a FYI, I have those warnings at then end:
Request failed [403]: https://api.github.com/user
Response: {
"message": "Resource not accessible by integration",
"documentation_url": "https://docs.github.com/rest/users/users#get-the-authenticated-user"
}
Request failed [403]: https://api.github.com/user
Response: {
"message": "Resource not accessible by integration",
"documentation_url": "https://docs.github.com/rest/users/users#get-the-authenticated-user"
}
Feedback: https://github.com/BeatPitch/BeatPitch-iOS/pull/443#issuecomment-1693072516
The text was updated successfully, but these errors were encountered:
using 3.17.1 version
Hi
I need the comments from the PR to detect some stuff required for my rules processing.
I think the way to do it should be to update GithubDSL to include the required structs.
What I'm doing
ActionFlow
Note
If I had this step before danger
The curl succeeds.
Now, in my code, if I'm doing
Then I get
After digging, I honestly think that's an issue with Authorization. But I don't know how to setup it properly or if the library needs an update.
As I said, it might also be only a matter of mapping some properties in the
Github
struct.Also, as a FYI, I have those warnings at then end:
The text was updated successfully, but these errors were encountered: