cboettig / quarto-material

https://cboettig.github.io/quarto-material/
1 stars 0 forks source link

quarto publish from gh-actions fails due to permissions error #1

Closed cboettig closed 1 year ago

cboettig commented 1 year ago

Follows quarto docs I think, and has access to secret GITHUB_TOKEN, but still fails to authenticate push. Not sure why.

https://github.com/cboettig/quarto-material/actions/runs/5859501565/job/15885636157#step:23:106

cboettig commented 1 year ago

AH-ha, GitHub security settings continue to evolve. Need to go Settings->Actions->General and give the default GITHUB_TOKEN supplied to actions the commit ability, see https://github.com/ad-m/github-push-action/issues/96