chore(ci): update docker-publish workflow to use GITHUB_TOKEN instead of PAT_TOKEN

This commit is contained in:
Fatih Kadir Akın
2026-01-05 23:02:31 +03:00
parent 401a1df533
commit e7dc2f592d

View File

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