From 89723b864d5da7faa25c19fffccb72a286305b78 Mon Sep 17 00:00:00 2001 From: baerengraben Date: Mon, 27 Jan 2025 19:35:34 +0100 Subject: [PATCH] Updated DNS API Test (markdown) --- DNS-API-Test.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DNS-API-Test.md b/DNS-API-Test.md index 897694b..54eceb6 100644 --- a/DNS-API-Test.md +++ b/DNS-API-Test.md @@ -26,11 +26,17 @@ acme.sh --issue -d mytest.myExample.com --dns dns_myapi ### 2. In order to test this particular API, we'd need to do this: -Open the menu: `"Settings"` -> `"Secrets"` -> `"New secret"` +1. Go to your repository on GitHub. +1. Click on the “Settings” tab. +1. Scroll down to the “Security” section and click on “Secrets and variables”, then on “Actions” and finally on “New repository secret”. +1. Enter a name for your secret (e.g. TokenName1 ) and insert the corresponding value. +1. Click on “Add secret”. **The secrets are only visible to yourself, nobody else can read the secrets.** +**You must create a separate secret for each variable. Each entry under “Add secret” only takes one name and one value** + And we'd need to set the following secrets: ```