Skip to content

Commit

Permalink
Update README_FIGMA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmahfigma authored Jan 18, 2023
1 parent 233f4b6 commit 88c3e63
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions README_FIGMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
(
Expand All @@ -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
)
Expand All @@ -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'
)
```

0 comments on commit 88c3e63

Please sign in to comment.