File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -196,19 +196,12 @@ _GitHub Actions should already be configured: this section is for reference only
196
196
197
197
The following repository secrets must be set on [ GitHub Actions] :
198
198
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.
212
205
213
206
[ GitHub Actions ] : https://github.com/features/actions
214
207
[ GPG private key ] : https://github.com/marketplace/actions/import-gpg#prerequisites
You can’t perform that action at this time.
0 commit comments