Change GitHub token to GHPAT for Docker login
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user