Closed
Description
Description
In order for us to complete the automated release pipeline from code-server release -> code-server-aur release, we need to way to automatically push changes to AUR.
Implementation Notes
I think this should be relatively straightforward from a GitHub Actions standpoint:
- checkout repo
- setup ssh keys/creds (example)
- add new remote:
git remote add aur ssh://aur@aur.archlinux.org/code-server.git
git push aur
Metadata
Metadata
Assignees
Labels
No labels