tlienart / FranklinTemplates.jl

Simple website templates for Franklin.jl
https://tlienart.github.io/FranklinTemplates.jl/
MIT License
76 stars 24 forks source link

Set `permissions: write-all` in template #151

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

Setting permissions: write-all is required in new repositories for the GITHUB_TOKEN to work. See also https://github.com/JuliaDocs/Documenter.jl/pull/1819.

Without it, people might get an error like

fatal: unable to access 'https://github.com/rikhuijzer/MyProject.jl.git/': The requested URL returned error: 403
tlienart commented 2 years ago

thanks a lot Rik!