wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

AUR release action #315

Closed sandr01d closed 12 months ago

sandr01d commented 1 year ago

Check list

Description

Added a GitHub action that updates aur/forgit when a new release is published. I've also mentioned the AUR packages in the README. This closes #311. @wfxr could you please upload the required secrets for this:

AUR_PRIVATE_KEY: A private ssh key for the AUR AUR_USERNAME: sandroid AUR_EMAIL sandroid \<at> posteo \<dot> net

Once this is done I'll give this some testing and mark it as ready for review.

Type of change

Test environment

wfxr commented 1 year ago

@wfxr could you please upload the required secrets for this:

@sandr01d Uploaded:

image

sandr01d commented 12 months ago

I could not test this directly with the secrets uploaded to this repository, because the workflow would need to be in the master branch, but I've successfully tested it using act. This works as intended and is ready to be merged.