Questions tagged [github-packages]

Packages is a feature on Github allowing packages of files to be stored alongside code in a Github repository.

Github Packages is a feature on Github allowing packages of files to be stored alongside code in a Github repository. Several package registry formats are supported, such as

  • Container
  • RubyGems
  • npm
  • Apache Maven
  • Gradle
  • NuGet
54 questions
1
vote
0 answers

Can't deprecate NPM package from GitHub Packages because of absent version.ID

My team has an NPM package e.g. @team/old-eslint-config. Recently we have decided that we can deprecate it in favour of another package. But whenever I try to deprecate it with the following command: npm deprecate @team/old-eslint-config@1.0.0…
Yurii
  • 11
  • 1
  • 3
1
vote
1 answer

Publishing to github packages using semantic release from an Nx Repository

I'm new to GitHub Packages (or publishing NPM packages in general) and am trying to publish packages to my private repository using semantic release following this excellent blog post. However, I'm running into issues authenticating with GitHub…
thijsfranck
  • 778
  • 1
  • 10
  • 24
1
vote
0 answers

Accessing Github packages with Fine-grained personal access tokens

Our organization recently switched to Fine-grained personal access tokens(Beta) but we saw a limitation there regarding the read/write of the Github packages. As per GitHub documentation, it's possible only with classic tokens. I am referring to doc…
Awadesh
  • 3,530
  • 2
  • 20
  • 32
1
vote
0 answers

How to deploy on fly.io when package.json contains (private) packages from Github?

I'm trying to deploy my app on fly.io. The problem I have is that it uses private packages from GitHub Packages registry. "dependencies": { "@myscope/mypackage": "^1.0.1", ... } I have a .npmrc file that works well when using npm on my…
gordie
  • 1,637
  • 3
  • 21
  • 41
1
vote
0 answers

Cannot resolve a parent pom deployed in Github Packages

I created a parent POM to be shared by multiple projects. It is a POM-only project. Here is what it is like.
Eric
  • 11
  • 3
1
vote
0 answers

Error When Publishing an NPM Package to Github Packages

I experiencing an error when trying to publish an NPM package to Github Packages. Firstly, I created a Personal Access Token ("PAT") with repo, write and read scopes. The I added a .npmrc file to my project with the following…
onefootswill
  • 3,707
  • 6
  • 47
  • 101
1
vote
1 answer

Pulling and pushing images on Github actions fails

I'm following the testdriven.io course Test-Driven Development with FastAPI and Docker I'm at the end of the Continuous integration chapter, I just pushed a pull request with all the GitHub actions, and it fails. My errors from GitHub actions: Here…
1
vote
1 answer

Authenticating Github Packages

I am completely unable to pull NuGet packages from my Private repos in my Organization. I am using visual studio code, and the dotnet nuget add package command to no avail. I have tried using classic PAT, Fine Grained PAT, with ALL permissions…
MST
  • 113
  • 1
  • 7
1
vote
1 answer

How to enable NetBeans 15 for Mac honour the system environment variables with Gradle builds

I have recently started to use GitHub Packages to distribute our shared libraries internally and have retrospectively changed the Gradle build configuration to use credentials based on system environment variables, rather than hard-coded…
RobbiewOnline
  • 1,350
  • 1
  • 16
  • 36
1
vote
1 answer

How to add Github maven registry into build.sbt

I want to add a scala Library into my build.sbt dependencies. Here is the sample package, and it publishes in Github registry. This library is not from the official maven repository, I could not find it in Maven repository. I think it could not…
1
vote
1 answer

Does the NuGet feed on GitHub Packages support anonymous access?

The GutHub packages page mentions the possibility to "share with the world", and I thought this means anonymous access. But the NuGet feed keep on asking for credentials. I have created a public repo with a package, MyPackage. Thus the NuGet feed…
Arve
  • 7,284
  • 5
  • 37
  • 41
1
vote
2 answers

migrate Azure Devops artifacts to GitHub packages

Is there any simple way to migrate Azure Devops artifacts to GitHub packages? We have few artifacts which need to be migrated. Are there any tools available to do this?
Yeshwanth
  • 11
  • 1
1
vote
1 answer

How to access GitHub Packages (Maven Repository) of public artefacts?

Has anyone an idea how to access GitHub Packages (Maven Repository) of public artefacts? In my case, there is an artefact published in a public repository: https://github.com/viascom/spring-boot-starter-maintenance/packages/1424240 I know that I can…
botscripter
  • 805
  • 2
  • 11
  • 21
0
votes
1 answer

I am facing the issue with installation of the package

I have forked a Laravel drag and drop menu builder package from github pacakge name is efectn/laravel-menu-builder and I have changed the name of the package in the composer.json file with my name. Because the package…
0
votes
0 answers

How to use a concrete asset from GitHub publication?

I've made publication on GitgubPackages via gradle in according with tutorial from Github. My publication is placed on https://github.com/D0zee/language-server-for-KTS-scripts/packages/1926872 I want to use a concrete asset from publication in…
Nikolai
  • 19
  • 3