From fbed5291d868981e3d4d58daad23bb16b0f25d20 Mon Sep 17 00:00:00 2001 From: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:46:23 +0530 Subject: [PATCH] format: updated typo in secrets --- docs/terraform_workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terraform_workflow.md b/docs/terraform_workflow.md index 9792d370..07fc9ba8 100644 --- a/docs/terraform_workflow.md +++ b/docs/terraform_workflow.md @@ -75,7 +75,7 @@ jobs: terraform_version: # Specify terraform version e.g 1.3.6 destroy: # If the value is set to true, the workflow proceeds to the destroy step. However, the default value is false secrets: - DIGITALOCEAN_TOKEN: # Digitalocean token + DIGITALOCEAN_ACCESS_TOKEN: # Digitalocean token SPACES_ACCESS_KEY_ID: # Provide spaces access key id if required SPACES_SECRET_ACCESS_KEY: # Provide spaces secret access key if required ```