From 709330732d7258eda21282516040a8de85ee677c Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 29 Dec 2023 18:29:23 +0000 Subject: [PATCH] Fix: Adjust documentation of SURVEY_SIGNING_KEY GitHub actions secret (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf536e9..19c1741 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Requests to this URL have to be signed with the private key of which the public Make a Pull Request out of this change, and point to where your patch-pack can be found etc. -Next, the base64 encoded private key (`cat privatekey.pem | base64 -w0`) needs to be added as secret to the GitHub Actions of your repository. +Next, the contents of the private key file (`privatekey.pem`) needs to be added as the `SURVEY_SIGNING_KEY` secret to the GitHub Actions of your repository. Now for the last part, add the `SURVEY_TYPE` variable to the GitHub Actions of your repository matching the name of the file above. The patch-pack can now safely create new survey keys. See OpenTTD's workflow (`release-source.yml`) for more details exactly how.