Change GitHub token to GHPAT for Docker login
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GHPAT }}
|
||||||
|
|
||||||
- name: Determine dry-run mode
|
- name: Determine dry-run mode
|
||||||
id: dryrun
|
id: dryrun
|
||||||
|
|||||||
Reference in New Issue
Block a user