ci: use PAT to publish packages
Some checks failed
/ build (push) Failing after 4m25s

This commit is contained in:
thislight 2024-07-13 23:18:23 +08:00
parent 4175637376
commit 24ee7c52fb
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -34,6 +34,6 @@ jobs:
- name: Push Images
run: |
buildah login code.lightstands.xyz \
--username ${{ env.GITHUB_ACTOR }} --password ${{ env.GITHUB_TOKEN }}
--username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.PUBLICATION_TOKEN }} && \
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all