Questions tagged [github-app]
104 questions
0
votes
1 answer
How to trigger the PR Lint Github app on any PR
I have installed the PRLint Github app (https://github.com/ewolfe/prlint) on my GitHub repository
As required, I have some PRLint configuration in .github/prlint.json
prlint.json
{
"title": [
{
"pattern":…

Kgn-web
- 7,047
- 24
- 95
- 161
0
votes
0 answers
Github API: two_factor_requirement_enabled is nil
Steps to reproduce
I'm using Github api with Github apps:
I am logged in with owner org user
and provide next permissions:
Read access to actions,
administration,
deployments,
environments,
issues,
metadata,
pull requests.
Then
I get org info…
0
votes
0 answers
GitHub App : How to refresh installation access token
I'm using GitHub App to build an automation that processes requests to provide access to repositories for select users. The App is authenticated using an installation access token which expires after an hour of creation. I'm using…
0
votes
0 answers
My github account cannot access sites beginning with 'https://github.com/apps/'
I am trying to deploy project in vercel/netlify.
But i always get unicorn page with 'This page is taking too long to load.' when I am trying to select a git provider, where it should be asking for permission to install the app.
I haven't done much…
0
votes
2 answers
How do I use GitHub API to create a new repository for a user that installs my GitHub App?
I have created a GitHub App for GitHub users to install on their personal accounts. I want it to use the GitHub API to create a new repository on their user account.
I've spent a couple days trying to follow the instructions in the official GitHub…

Josh Kautz
- 459
- 3
- 5
- 31
0
votes
2 answers
How can my Github App make github api requests?
I have used github API for fetching data like pull requests or commits on a pull request by using the personal access token. But now I'm using Github app and have installed it on the repo for which I want to fetch all prs and commits on a pr.
I can…

Saurabh
- 43
- 1
- 4
0
votes
0 answers
Register new github app from local terminal
I would like to build wizard using something this that, among others, will trigger the registration of a new github app.
In my mind I would see this like when the user types something a popup from github will open to ask for the github credentials…

CC.
- 2,736
- 11
- 53
- 70
0
votes
0 answers
How to update my known_hosts file for my jenkins container for github app authentication
So I am trying to set up our CICD pipeline to authenticate to github via a github app rather than a perosnal user token.
So once I follow the instructions (https://docs.cloudbees.com/docs/cloudbees-ci/latest/cloud-admin-guide/github-app-auth) I run…

user3559247
- 1,117
- 1
- 11
- 21
0
votes
0 answers
Call Graph Creation using Javascript
I want to create a function call graph for a specific repository that resides on GitHub using Javascript. I want to do a change impact analysis on this repo but for that, I need to know the caller/callee function pairs. I searched for libraries and…

firemancer
- 25
- 7
0
votes
1 answer
GitHub App - User Authentication/Authorization through GitHub APIs
I am new to GitHub Apps. I have used GitHub OAuth before, but finding it a bit difficult to understand the user authentication and authorization for GitHub Apps. My use case is as follows -
A user will visit my website, login with their GitHub…

not-a-bot
- 25
- 3
0
votes
1 answer
Github App: Why does Octokit constructor not work but App does with the same credentials?
I have been trying to set up a simple Github App using octokit
The below code shows two approaches that I tried as per the docs. The first approach works, the latter fails with:
401 HttpError: Missing 'issuer' claim ('iss') in assertion
At this…

Peter Batley
- 1
- 1
0
votes
0 answers
fetching private repositories from GitHub app
I'm building a web app that integrates with GitHub API (authentication). I'm trying to fetch the user's repositories both public and private. But both without accessToken and with accessToken return public repos only.
authentication
const…

angel_dust
- 121
- 2
- 10
0
votes
1 answer
Get GitHub User by ObjectID from SCIM (Azure AD)
I have a Github App and I would like to look up a Github User. We have our organization connected to our corporate Azure AD.
Is it possible to find a Github User based on an ObjectId or UPN from AzureAD?
I've tried this API…

Casper Jensen
- 551
- 1
- 5
- 15
0
votes
1 answer
How can a Github App list a user's private repositories?
I am trying to list a user's private github repositories via a github app.
(Note: I am not currently using OAuth, and I am looking for a user's repositories, not an org's.)
I am attempting to make this API call with an installation client, that is,…

poundifdef
- 18,726
- 23
- 95
- 134
0
votes
1 answer
GitHub API permission name for self-hosted GitHub Actions runners?
At the end of the day, I'm trying to implement the solution linked from here: Reuse Github Actions self hosted runner on multiple repositories. But the tutorials walk you though setting up a GitHub app in the UI, and I'm trying to do it via the…

Ryan Parman
- 6,855
- 1
- 29
- 43