fix: Use workflow token
Some checks failed
Build Hello World Image / build (push) Failing after 59s

This commit is contained in:
Vincent Mahnke 2025-10-11 20:11:11 +02:00
commit be53f749a9

View file

@ -25,8 +25,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.hamburg.ccc.de
username: containertest_package
password: ${{ secrets.containertest_package }}
username: GITHUB_TOKEN
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image to Container Registry
run: |