Using Octokit V3.1.2 having problems listing commits & obtaining sha #81230
-
Select Topic AreaQuestion BodyRequestI'm at my wits end to try and get this to work any help would be appreciated. I've tried to preanswer some questions I'd expect from the community at the bottom. Thank you in advance. EnvironmentApp: Under development GitHub App Problem descriptionAttempting to obtain the latest commit and destructure to obtain the sha for adding a new object to the repository fails with: Relevant code snippetHere's the code that is causing the error: FAQ
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
So after some toiling and comparing to other code it appears I wasn't passing in the token correctly. I believe I have this working now and will close the item. Lesson learned to ensure that you have the correct token, orgName, etc. |
Beta Was this translation helpful? Give feedback.
So after some toiling and comparing to other code it appears I wasn't passing in the token correctly. I believe I have this working now and will close the item. Lesson learned to ensure that you have the correct token, orgName, etc.