ci: Switch to GITHUB_TOKEN

This commit is contained in:
jamesread 2024-09-09 18:08:30 +01:00
parent 9c9698c598
commit afbeda159b
1 changed files with 1 additions and 1 deletions

View File

@ -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