Skip to content

Commit

Permalink
Fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan committed Oct 3, 2024
1 parent 0d4e379 commit 84b46e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: yarn build
env:
GITHUB_TOKEN: ${{ steps.get-dotcom-access-token.outputs.access-token }}
FIGMA_API_TOKEN: ${{ secrets.FIGMA_API_TOKEN }}
FIGMA_API_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn build:preview
env:
GITHUB_TOKEN: ${{ steps.get-dotcom-access-token.outputs.access-token }}
FIGMA_API_TOKEN: ${{ secrets.FIGMA_API_TOKEN }}
FIGMA_API_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 84b46e4

Please sign in to comment.