diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a53a3a7..6cc9be5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -59,7 +59,8 @@ jobs: with: check_type: spelling error_min: 3 - gh_pat: secrets.GH_PAT + secrets: + gh_pat: ${{ secrets.GH_PAT }} url-check: name: Check URLs @@ -69,7 +70,8 @@ jobs: with: check_type: urls error_min: 0 - gh_pat: secrets.GH_PAT + secrets: + gh_pat: ${{ secrets.GH_PAT }} render-preview: name: Render preview diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..846476e --- /dev/null +++ b/config.yml @@ -0,0 +1,13 @@ +default: + actions: "actions icon" + collab: "collaborator icon" + copy: "copy icon" + dev: "developer settings icon" + edit: "edit icon" + pages: "pages icon" + PR: "pull request icon" + profile: "profile photo icon" + token: "personal access token icon" + search: "search icon" + secrets: "secrets and variables icon" + settings: "settings gear icon" diff --git a/course_setup.Rmd b/course_setup.Rmd index 6276093..d1a6048 100644 --- a/course_setup.Rmd +++ b/course_setup.Rmd @@ -13,3 +13,29 @@ css: style.css In the upper right, _click on_:
Use this template
Set your repo to **Public** + + +`r config::get("actions")` + +`r config::get("copy")` + +`r config::get("collab")` + +`r config::get("dev")` + +`r config::get("edit")` + +`r config::get("pages")` + +`r config::get("token")` + +`r config::get("profile")` + +`r config::get("PR")` + +`r config::get("search")` + +`r config::get("secrets")` + +`r config::get("settings")` +