This release will be updated by the CI, so that it can be used as a pacman repo.
Add this to the end of /etc/pacman.conf
:
[Redecorating-t2]
Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages
Then add the key that the CI uses to sign the packages (this key is stored in GitHub secrets):
sudo pacman-key --recv-keys DEB7F121BAAA6F4E --keyserver pgp.mit.edu
sudo pacman-key --lsign-key DEB7F121BAAA6F4E
Then you should be able to install and update packages with pacman.