ci: Change login token
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m56s
Python CI / Format Backend (latest) (pull_request) Failing after 18s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s

This commit is contained in:
Tibo De Peuter 2024-03-19 09:09:04 +01:00
parent c7c81f538d
commit 336868c487

View file

@ -42,7 +42,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CI_TOKEN }}
- name: Extract metadata for Docker images
id: meta