Skip to content

Commit d8bb922

Browse files
te6-inclaude
andcommitted
chore(ci): remove unnecessary Figma env vars from workflows
Figma credentials are now optional, so workflows that don't deploy docs no longer need these environment variables. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 620ba41 commit d8bb922

9 files changed

+2
-25
lines changed

.github/workflows/chromatic.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: "Chromatic"
55

66
env:
77
GITHUB_TOKEN: ${{ github.token }}
8-
# running fumadocs-mdx in docs requires these
9-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
10-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
118

129
# Event for the workflow
1310
on:

.github/workflows/docs-deploy-alpha-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ on:
1313
workflow_dispatch:
1414
inputs:
1515
skip-figma-cache:
16-
description: 'Skip Figma image cache (fetch fresh images)'
16+
description: "Skip Figma image cache (fetch fresh images)"
1717
required: false
1818
type: boolean
1919
default: false
2020

2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
24-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
2523

2624
name: Deploy seed-design-v3 docs (Alpha)
2725

.github/workflows/docs-deploy-production-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313
inputs:
1414
skip-figma-cache:
15-
description: 'Skip Figma image cache (fetch fresh images)'
15+
description: "Skip Figma image cache (fetch fresh images)"
1616
required: false
1717
type: boolean
1818
default: false
@@ -23,8 +23,6 @@ concurrency:
2323

2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
27-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
2826

2927
name: Deploy seed-design-v3 docs (Production)
3028

.github/workflows/docs-deploy-qa-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313

1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
# running fumadocs-mdx in docs requires these
17-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
18-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
1916

2017
name: Deploy seed-design-v3 QA app
2118

.github/workflows/docs-deploy-storybook-alpha-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414

1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
18-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
1917

2018
name: Deploy seed-design-v3 Storybook Alpha
2119

.github/workflows/docs-deploy-storybook-production-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313

1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
17-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
1816

1917
name: Deploy seed-design-v3 Storybook
2018

.github/workflows/react-headless-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
# running fumadocs-mdx in docs requires these
12-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
13-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
1411

1512
permissions:
1613
contents: read

.github/workflows/react-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
# running fumadocs-mdx in docs requires these
12-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
13-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
1411

1512
permissions:
1613
contents: read

.github/workflows/release-packages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1616

1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
# running fumadocs-mdx in docs requires these
20-
FIGMA_FILE_KEY: ${{ secrets.FIGMA_FILE_KEY }}
21-
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
2219

2320
jobs:
2421
release:

0 commit comments

Comments
 (0)