We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d631d7 commit 9c1f5a1Copy full SHA for 9c1f5a1
.github/workflows/publish-alpha.yml
@@ -41,7 +41,7 @@ jobs:
41
IMAGE_NAME=ghcr.io/${{ github.repository }}/podverse-api
42
43
# Use a PAT with read:packages scope
44
- TOKEN="${{ secrets.GHCR_PAT }}"
+ TOKEN="${{ secrets.GHCR_REGISTRY_TOKEN }}"
45
TAGS_JSON=$(curl -s -H "Authorization: Bearer $TOKEN" \
46
"https://ghcr.io/v2/${{ github.repository }}/podverse-api/tags/list")
47
echo "Raw tags JSON: $TAGS_JSON"
0 commit comments