Note these steps are only pertinent if you are setting up this course outside of the jhudsl organization
For more information on these settings see instructions in the getting started GitHub wiki pages.
It's important that these are set up and named exactly what they are below in order for Github actions to work correctly.
To set up these repository secrets, on your repository's main Github page, go to Settings and scroll down to see Secrets on the left side menu bar.
For each new secret, click the New repository secret button and set each as follows, clicking Add secret as you fill each in appropriately:
Note these steps are only pertinent if you are setting up this course outside of the jhudsl organization
For more information on these settings see instructions in the getting started GitHub wiki pages.
It's important that these are set up and named exactly what they are below in order for Github actions to work correctly.
To set up these repository secrets, on your repository's main Github page, go to
Settingsand scroll down to seeSecretson the left side menu bar.For each new secret, click the
New repository secretbutton and set each as follows, clickingAdd secretas you fill each in appropriately:Set
DOCKERHUB_USERNAMEName:DOCKERHUB_USERNAMEvalue: put your login username for https://hub.docker.com/Set
DOCKERHUB_TOKENName:DOCKERHUB_TOKENvalue: put a access token for Dockerhub which you can create this by following these instructions.Set
GIT_TOKENName:GIT_TOKENvalue: A personal access token following these instructions.Underneath
Select scopes, check bothrepoandworkflow.Then copy the PAT and save as the value.
(Optionally) Set up your
Leanpubrepository link to it