diff --git a/.gitea/workflows/build-publish.yml b/.gitea/workflows/build-publish.yml index 3fb9f5f..64018ec 100644 --- a/.gitea/workflows/build-publish.yml +++ b/.gitea/workflows/build-publish.yml @@ -10,11 +10,11 @@ jobs: - name: Installing packaged keyring run: /paruw.sh "paru -S --noconfirm archlinux-keyring" - name: Create master keyring - run: pacman-key --init --allow-weak-key-signatures + run: pacman-key --init - name: Populate master keyring - run: pacman-key --populate archlinux --allow-weak-key-signatures + run: pacman-key --populate archlinux - name: Hard refresh keys - run: pacman-key --refresh-keys --allow-weak-key-signatures + run: pacman-key --refresh-keys - name: Installing rankmirrors run: /paruw.sh "paru -S --noconfirm pacman-contrib pacman-mirrorlist" - name: Renew mirrors choice