Skip to content

Commit

Permalink
updated PAT scope
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed Oct 31, 2024
1 parent 5723c12 commit 327e6cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 06-CI.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ In order for GitHub to do this, a few settings are required.

To write to GitHub, the continuous integration service will have to authenticate with a Personal Access Token (PAT) whose creation is described in section \@ref(sec:pat).

Generate a new token, describe it as "GitHub Actions" and give it "repo" authorization, i.e. modify *all* repositories (it is not possible to limit access to a particular repository).
Generate a new token, describe it as "GitHub Actions" and give it the following authorizations:

- "repo", i.e. modify *all* repositories (it is not possible to limit access to a particular repository).
- "workflow", i.e. run continuous integration scripts.


### Project secrets {#sec:secrets-ci}
Expand Down

0 comments on commit 327e6cd

Please sign in to comment.