Skip to content

Commit 0af9c42

Browse files
committed
fix: rename env name for tokens
1 parent ad36885 commit 0af9c42

File tree

1 file changed

+2
-2
lines changed
  • packages/contentful-config/src

1 file changed

+2
-2
lines changed

packages/contentful-config/src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const ENV_MAP: Record<string, string> = {
99
spaceId: 'CONTENTFUL_SPACE_ID',
1010
environmentId: 'CONTENTFUL_ENVIRONMENT_ID',
1111
managementToken: 'CONTENTFUL_MANAGEMENT_TOKEN',
12-
previewAccessToken: 'CONTENTFUL_PREVIEW_ACCESS_TOKEN',
13-
accessToken: 'CONTENTFUL_DELIVERY_ACCESS_TOKEN',
12+
previewAccessToken: 'CONTENTFUL_PREVIEW_TOKEN',
13+
accessToken: 'CONTENTFUL_DELIVERY_TOKEN',
1414
host: 'CONTENTFUL_HOST',
1515
};
1616

0 commit comments

Comments
 (0)