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 98318ec commit 1539e47Copy full SHA for 1539e47
.github/workflows/generator-image.yml
@@ -60,7 +60,7 @@ jobs:
60
TOKEN=$(echo ${{ secrets.GITHUB_TOKEN }} | base64)
61
62
# Fetch tags from GHCR API
63
- TAGS=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
+ TAGS=$(curl -s -H "Authorization: Bearer $TOKEN" \
64
"https://${{ env.REGISTRY }}/v2/${{ env.IMAGE }}/tags/list")
65
echo "Image tags: ${TAGS}"
66
0 commit comments