Skip to content

Commit

Permalink
Document how to generate and export GPG key for releasing packer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Mar 16, 2024
1 parent 35dbc27 commit ffce373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/plugins/creation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Here's what you need to create releases using GitHub Actions:
```sh
gpg --full-generate-key
```
Choose all default option is available
Choose all default options if available
5. Export GPG key
```sh
$ gpg --list-secret-keys --keyid-format=long
Expand Down

0 comments on commit ffce373

Please sign in to comment.