Update .github/workflows/update-repo.yml
This commit is contained in:
5
.github/workflows/update-repo.yml
vendored
5
.github/workflows/update-repo.yml
vendored
@@ -21,6 +21,11 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gnupg libarchive-tools
|
||||
|
||||
- name: Install repo tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pacman-package-manager
|
||||
|
||||
- name: Import GPG Key
|
||||
run: |
|
||||
echo "${{ secrets.GPG_PRIVATE_KEY }}" > private.key
|
||||
|
||||
Reference in New Issue
Block a user