New Course - Set Repository Settings
Closed this issue · 0 comments
github-actions commented
For more information on these settings see instructions in the getting started GitHub wiki pages.
-
This course repository is set to
public
. -
GitHub pages is turned on
- Go to
Settings
>Pages
. UnderneathSource
, choosemain
for the branch and select thedocs
folder. Then clickSave
. - Check
Enforce HTTPS
.
- Go to
-
Github secret
GH_PAT
has been set
Name
:GH_PAT
value
: A personal access token following these instructions.
UnderneathSelect scopes
, check bothrepo
andworkflow
.
Then copy the PAT and save as the value. -
Set branch protections settings
-
main
branch has been set up:-
Require pull request reviews before merging
box is checked. -
Require status checks to pass before merging
box is checked.- Underneath that
Require branches to be up to date before merging
box is checked.
- Underneath that
-
- Click
Save
at the bottom of the page!
-
-
Customize GitHub actions for what you will need in this course.