Skip to content

Commit 608ec4d

Browse files
committed
Update GitHub action instructions
1 parent c54e804 commit 608ec4d

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,12 @@ _GitHub Actions should already be configured: this section is for reference only
196196

197197
The following repository secrets must be set on [GitHub Actions]:
198198

199-
These must be set manually.
200-
201-
### Secrets for Optional GitHub Actions
202-
203-
The version and format GitHub actions
204-
require a user with write access to the repository.
205-
Set these additional secrets to enable the action:
206-
207-
- `GH_TOKEN`: A personal access token for the user.
208-
- `GIT_USER_NAME`: The GitHub user's real name.
209-
- `GIT_USER_EMAIL`: The GitHub user's email.
210-
- `GPG_PRIVATE_KEY`: The GitHub user's [GPG private key].
211-
- `GPG_PASSPHRASE`: The GitHub user's GPG passphrase.
199+
- `GH_TOKEN`: A personal access token for the bot user with
200+
`packages:write` and `contents:write` permission.
201+
- `GIT_USER_NAME`: The GitHub bot user's real name.
202+
- `GIT_USER_EMAIL`: The GitHub bot user's email.
203+
- `GPG_PRIVATE_KEY`: The GitHub bot user's [GPG private key].
204+
- `GPG_PASSPHRASE`: The GitHub bot user's GPG passphrase.
212205

213206
[GitHub Actions]: https://github.com/features/actions
214207
[GPG private key]: https://github.com/marketplace/actions/import-gpg#prerequisites

0 commit comments

Comments
 (0)