247 questions
Score of 0
1 answer
200 views
GitHub Actions checkout fails with "Not Found" error for SSO-protected enterprise repository despite valid PAT
Problem
I'm trying to checkout a private GitHub Enterprise repository in a GitHub Actions workflow, but it consistently fails with a "Not Found" error even though I have a valid Personal ...
Score of 1
0 answers
255 views
npm error Cannot destructure property 'preinstall' of 'scripts' as it is null
When I want to install my npm packages library with the latest release of npm v11.6.2:
npm install @my-org/[email protected]
I've got this error on any package and any project:
npm error Cannot ...
Score of 0
0 answers
125 views
GitHub Enterprise - Prevent dismissing reviews upon new commits to a pull request
We have a repository in which the CODEOWNERS file is setup in a way that any commits involving files with .sql extension, will have to be approved by a member of the DBA group. All non SQL changes ...
Score of 0
1 answer
621 views
How to allow only specific workflows
I would like to tighten the security of the GitHub Actions pipeline as it involves self-hosted runners. At the moment, there are in place all the generic steps like allowing only trusted users and ...
Score of 0
1 answer
615 views
Why I get "workflow was not found" for a shared workflow at my github enterprise repo?
One of our shared workflow/github actions is running for some of our enterprise repositories but not running for others with errors:
error parsing called workflow
workflow was not found
Why can some ...
Score of -2
1 answer
63 views
Is there any API endpoint provided by github - "to get unique users who downloaded released asset"?
Github provides very good support for developer API endpoints. We have a requirement like - how many of unique users downloaded a particular release asset. I know, there is download_count in one of ...
Score of 0
1 answer
470 views
Self-hosted runner proxy URI malformed
I want to use a self-hosted runner for a local GitHub Enterprise Server Instance on a Debian machine.
I already installed the runner and the connection to my local GitHub is established. All machines ...
Score of 1
1 answer
150 views
How to map non-existant user for ghe-migrator
I'm migrating repos from BitBucket Server to GitHub Enterprise Server using the ghe-migrator tool.
I have a user that was used by an old build tool, but isn't available as a user for the new GitHub ...
Score of 2
1 answer
394 views
GitHub Enterprise Download Asset
I want to download some assets from internal repositories by a simple batch script.
So far I am able to see the releases and the asset informations, like "id", "name" and "...
Score of 0
0 answers
119 views
How does GitHub identify contributors?
I'm migrating TFS repositories that use a Git source control over to GitHub and noticed that the contributors of the TFS repository get added to the list of contributors on GitHub. However, the ...
Score of 0
1 answer
120 views
GitHub PR review suggestion including fenced code sections with triple backticks
On a PR review I was trying to add a suggestion to a markdown readme. The part of the document I'm commenting on contains fenced code sections with triple-backticks (```).
However the beginning of the ...
Score of 1
2 answers
610 views
Azure devOps not recognising Github Enterprise Service Connections for New pipelines whilst works for existing pipelines
Suddenly we getting error today with existing github enterprise service connections using which we created multiple pipelines which are all working but when today we trying to create a new pipeline ...
Score of 1
0 answers
77 views
Python Poetry dependencies in GitHub Enterprise repositories set credentials
I am using GitHub enterprise with it GitHub actions.
In my poetry .toml file I have several dependencies to public python packages but also to other GHE repos in other organizations and their .toml ...
Score of 0
0 answers
289 views
Creating an Organization in Github Enterprise with the REST API
I am trying to automate the configuration of a Github Enterprise. This ofcourse starts with the organizations. Github has a REST API for this.
Whenever I run the script with secrets.GITHUB_TOKEN I get ...
Score of 1
0 answers
607 views
AWS CodeStar GitHub Enterprise Connection Fails with ProviderResourceNotFoundException
I'm encountering an error when attempting to connect AWS CodeStar to a GitHub Enterprise Server instance hosted on AWS. The initial steps including setting up the host connection and installing the ...