ci: add user and token

This commit is contained in:
2026-02-15 00:08:14 +01:00
parent 9c20ba929a
commit f788c3a132
2 changed files with 4 additions and 1 deletions

View File

@@ -20,3 +20,6 @@ jobs:
run: rpmbuild -ba "$(make name).spec"
- name: Upload rpm package
run: make upload
env:
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}