Change GitHub token to GHPAT for Docker login

This commit is contained in:
Swarup Sengupta
2025-11-29 02:27:53 +05:30
committed by GitHub
parent 3079af3a27
commit ab7b395b5f
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHPAT }}
- name: Determine dry-run mode
id: dryrun