Coder Social home page Coder Social logo

Comments (4)

magiclisten avatar magiclisten commented on May 26, 2024

I tried with this in my backend but it returned 403:

    const installationOctokit = new Octokit({
      authStrategy: createAppAuth,
      auth: {
        appId,
        privateKey,
        installationId,
      },
    });

    const { data } = await installationOctokit.request('POST /orgs/{org}/repos', {
      org,
      name,
    });

I just found that there are an App could do it is Stackbit. Don't know how they could get that.

from auth-app.js.

gr2m avatar gr2m commented on May 26, 2024

your app/installation needs the administration permission in order to create a repository in an organization. And I think you have to install the app on all your repositories.

It does not seem to be possible for user repositories

from auth-app.js.

gr2m avatar gr2m commented on May 26, 2024

by the way this is rather a question for GitHub's platform APIs, not Octokit. I'm trying to help the best I can, but the GitHub folks monitoring https://github.community/c/github-ecosystem/37 have better insights and access to the teams working on these features.

from auth-app.js.

magiclisten avatar magiclisten commented on May 26, 2024

Thanks @gr2m , appreciate it. I'll try more and close the issue.

from auth-app.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.