From 52b81e7cc5a688ca54bf902b5c6dddc312b4a943 Mon Sep 17 00:00:00 2001 From: Ygal Blum Date: Wed, 23 Feb 2022 15:15:53 +0000 Subject: [PATCH] backport of commit 7a39c1275eeec2747d9098b6e97b5a44d5e7cf49 --- website/content/docs/plugins/creation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/plugins/creation/index.mdx b/website/content/docs/plugins/creation/index.mdx index f6e049fee..e8ea99269 100644 --- a/website/content/docs/plugins/creation/index.mdx +++ b/website/content/docs/plugins/creation/index.mdx @@ -216,7 +216,7 @@ Here's what you need to create releases using GitHub Actions: 4. Go to your repository page on GitHub and navigate to Settings > Secrets. Add the following secrets: - `GPG_PRIVATE_KEY` - Your ASCII-armored GPG private key. You can export this with `gpg --armor --export-secret-keys [key ID or email]`. - - `PASSPHRASE` - The passphrase for your GPG private key. + - `GPG_PASSPHRASE` - The passphrase for your GPG private key. 5. Push a new valid version tag (e.g. `v1.2.3`) to test that the GitHub Actions releaser is working. The tag must be a valid [Semantic Version](https://semver.org/) preceded with a `v`. Once the tag is pushed, the github actions you just configured will automatically build release binaries that Packer can download using `packer init`. For more details on how