Replies: 1 comment
-
In trying to do this myself, I do think that there is an issue where this warning is obscuring the real problem. What I did was set my token and attempt to run a new test I wrote
When I comment out the
Following up on this now that I got everything working
I forked octokit.rb and used it for my tests. The issue I was running into initially was that I didn't set Couple pieces to a better solution would be
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a change to add
state_reason
(see octokit/octokit.net#2665) but unable to record a few cassettes - replacing one (I deleted it first) and two new ones. Initially I tried with Ruby 3.1 and, failing that, tried with Ruby 2.7 (after some initial issues gettingrbenv install
) but the problem is the same. The bundle installed correctly, but I keep getting errors like:Cassettes do record, but they have only a single entry that is the initial repo creation where I'm getting a 201 Created. I'm not sure whether the NoMethodError is masking an actual issue or not, but I do see repos getting created. It's not documented, but I eventually figured out which scopes I need to grant (I'd be happy to update the CONTRIBUTING.md if that's cool). It's the same token I use for the GitHub CLI which definitely works with issues.
Anyone else experience this problem or, better, know how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions