Permission denied error when running `git notes` in a Github Action – Ubuntu
I have the following Github action on my repo. (For the sake of the example,) I want my workflow to add a git notes on the commit pushed (i.e. run git notes add -m "foo bar"). However, I get the…