Comment on page
GitHub Authentication
Get read access to the project and be able to pull the images
In order to be able to view the code and pull the images, there are a few steps to take.
- 1.
- 2.Create a new Personal Access Token (PAT) through your GitHub settings page. You only need to specify the read:packages scope.
- 3.If you are approved to join the team your can execute the following command:
docker login ghcr.io -u <your-github-username>
. When prompted, enter the PAT you just created.
You are now ready to install PACE.
Last modified 19d ago