Skip to content

Commit 9c1f5a1

Browse files
committed
fix: correct token reference for GitHub Container Registry access in publish-alpha.yml
1 parent 3d631d7 commit 9c1f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
IMAGE_NAME=ghcr.io/${{ github.repository }}/podverse-api
4242
4343
# Use a PAT with read:packages scope
44-
TOKEN="${{ secrets.GHCR_PAT }}"
44+
TOKEN="${{ secrets.GHCR_REGISTRY_TOKEN }}"
4545
TAGS_JSON=$(curl -s -H "Authorization: Bearer $TOKEN" \
4646
"https://ghcr.io/v2/${{ github.repository }}/podverse-api/tags/list")
4747
echo "Raw tags JSON: $TAGS_JSON"

0 commit comments

Comments
 (0)