From 88c3e63401c2667b661e6b36c0588b0e8951f222 Mon Sep 17 00:00:00 2001 From: David Mah Date: Tue, 17 Jan 2023 16:40:05 -0800 Subject: [PATCH] Update README_FIGMA.md --- README_FIGMA.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/README_FIGMA.md b/README_FIGMA.md index 261610f6..584a536b 100644 --- a/README_FIGMA.md +++ b/README_FIGMA.md @@ -39,23 +39,10 @@ cd $repo # Make sure the repository is 'public', not 'internal' (Ask security for help) ) -( - # Got to https://registry.terraform.io/ - # Log in via github credentials - # Click 'Publish' - # Click 'figma' -) ( - # brew install gnupg - # gpg --full-generate-key - # defaults - # No password - # gpg --armor --export "{Key ID}" - - # https://github.com/figma/terraform-provider-aws-4-49-0/settings/secrets/actions - # New repository secret - # GPG_PRIVATE_KEY + # grab terrafom provider GPG_PRIVATE_KEY from `Eng - Prod` 1pass vault + # upload as github action environment variable ) ( @@ -71,11 +58,9 @@ cd $repo version: latest args: release --rm-dist --timeout 120m ``` -) - ( - # https://github.com/figma/terraform-provider-aws-4-49-0/settings/actions + # https://github.com/figma/$repo/settings/actions # Allow all actions and reusable workflows ) @@ -93,6 +78,9 @@ cd $repo ) ( - # https://github.com/figma/terraform-provider-aws-4-49-0/actions/workflows/release.yml + # Got to https://registry.terraform.io/ + # Log in via github credentials + # Click 'Publish' + # Click 'figma' ) ```