ci: Switch to GITHUB_TOKEN
This commit is contained in:
parent
9c9698c598
commit
afbeda159b
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.CONTAINER_TOKEN }}
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: docker build
|
||||
run: npm run docker-build
|
||||
|
|
|
|||
Loading…
Reference in New Issue