ci: add user and token
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user