fix: use actor with token
Some checks failed
deploy / deploy (push) Failing after 1m15s

This commit is contained in:
ndsboy 2025-02-24 19:07:45 +00:00
parent 4d06f859a8
commit 1379a30dcd

View file

@ -17,7 +17,7 @@ jobs:
run: curl ${{ github.server_url }}/${{ github.repository }}/archive/main.tar.gz | tar -xz
- name: login
run: buildah login -u token -p ${{ secrets.GITHUB_TOKEN }} git.swablab.de
run: buildah login -u ${{ github.actor }} -p ${{ github.token }} git.swablab.de
- name: build
run: buildah build -f website/Containerfile -t git.swablab.de/${{ github.repository }}:latest website