ci(build): add PAT note

This commit is contained in:
tigattack
2025-09-24 00:44:24 +01:00
parent abcf88b8b9
commit 0a3e4ad5ee

View File

@@ -34,6 +34,8 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
# Using PAT as a hack due to issues with GITHUB_TOKEN and package permissions
# This should be reverted to use GITHUB_TOKEN once a solution is discovered.
password: ${{ secrets.GHCR_PAT }}
- name: Extract metadata (tags, labels)