Skip to content

Commit

Permalink
add 'maintenance' to readme, with descr of token
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 25, 2024
1 parent 9224eca commit d729870
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.2.0
Version: 0.2.0.001
Authors@R:
person(given = "First",
family = "Last",
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ of the "dashboard" package. This means that any updates to the package itself
will only be rendered on the locally-served website once those changes have
been pushed and the package locally re-installed using the `install_github`
command above.

## Maintenance

The [`publish` workflow in this
repository](https://github.com/ropensci-review-tools/dashboard/blob/main/.github/workflows/publish.yaml)
requires a GitHub token stored as an environment variable named `MY_GH_TOKEN`.
This token needs full write access to this organization (which the default
workflow token does not have), as well as read access to the `ropensci`
organization. The easiest way to obtain, set, or re-set this token is thus to
use a personal token from somebody with "owner" rights both here and in the
`ropensci` organization.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.0",
"version": "0.2.0.001",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit d729870

Please sign in to comment.