-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG/ASK for HELP]: Issues with @octokit/core@v6.0.0+
when using ncc
to bundle code
#666
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
You don't need
|
Also, I recommend using Use https://github.com/actions/create-github-app-token/ as a reference |
@wolfy1339 Thank you for your help! I have removed I'm just a bit confused as to why I'm able to Thank you for suggesting |
In v6 of Since you are using plugins, you will have to stick with |
I second that. Use |
What happened?
This is probably a very silly beginner issue, but I can't figure out what is wrong. I'm using
@octokit/core
in most of my GHA and all of then breaks when updating tov6
+. I usencc
for compiling TypeScript to single file as suggested in officialtypescript-action
template.All actions behave exactly the same after updating to
v6
. The call ofncc
fails with:Example from one of my actions: https://github.com/redhat-plumbers-in-action/regression-sniffer/actions/runs/8140133727/job/22244735285?pr=50#step:6:8
This can be also 100% reproduce locally:
package.json:
Thank you for any help or suggestions.
Versions
@octokit/core
:v6.0.0
,v6.0.1
node
:v20.11.1
npm
:10.2.4
yarn
:4.1.0
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: