Questions tagged [github-enterprise]

3 questions
1
vote
1 answer

Github Personal Access token gets Permission Denied when trying to pull down images from ghcr.io

When I try to pull down images on ghcr.io, I'm getting "permission denied". My token has read:packages. ❯ podman pull ghcr.io/acme-integrations/cpanel-plugins-build-image:main Trying to pull…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85
0
votes
0 answers

Github Enterprise - How non-admin team member can see deployment environment variables?

How to allow a non Admin Github team with Write access to see Github Deployment Environment (e.g. dev, stage, prod) variables? As in the Github document Creating configuration variables for an environment, the Github repository administrator can…
mon
  • 363
  • 1
  • 2
  • 7
0
votes
1 answer

Using actions/checkout@v4: Write access to repository not granted

When I try to download a different repository within my organization using actions/checkout@v4 and a fine-grained access token with "Read access to code and metadata", I'm getting "Write access to repository not granted." ##[group]Fetching the…
Evan Carroll
  • 2,921
  • 6
  • 37
  • 85