Skip to content

Commit

Permalink
fix misnamed ENV var
Browse files Browse the repository at this point in the history
  • Loading branch information
nburka committed Jun 6, 2021
1 parent 6771011 commit 5d5253d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FIGMA_PERSONAL_TOKEN=
FIGMA_PERSONAL_ACCESS_TOKEN=
FIGMA_FILENAME="mbsBVYXECIOl5E0kkGAiC2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To update the `public/icons/meta-data.json` file to the latest meta-data from Fi

1. Copy `.env.example` to `.env.local`
2. Go to your account settings on (figma.com)[https://www.figma.com] and generate a new access token under "Personal access tokens" and copy it to your clipboard.
3. In `.env.local`, add `FIGMA_PERSONAL_TOKEN="{token-goes-here}"`
3. In `.env.local`, add `FIGMA_PERSONAL_ACCESS_TOKEN="{token-goes-here}"`
4. Run `yarn import-meta-data`

## MIT License
Expand Down

0 comments on commit 5d5253d

Please sign in to comment.