ci(build): use PAT

This commit is contained in:
tigattack
2025-09-24 00:02:51 +01:00
parent 94ec14f08b
commit abcf88b8b9

View File

@@ -34,7 +34,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}
- name: Extract metadata (tags, labels)
id: meta