Skip to content

Commit

Permalink
Setup code connect (#698)
Browse files Browse the repository at this point in the history
* setup code connect

* Update packages/react/figma.config.json

Co-authored-by: Daniel Guillan <[email protected]>

* Update packages/react/src/LogoSuite/LogoSuite.figma.tsx

Co-authored-by: Daniel Guillan <[email protected]>

* Update packages/react/figma.config.json

Co-authored-by: Daniel Guillan <[email protected]>

---------

Co-authored-by: Daniel Guillan <[email protected]>
  • Loading branch information
lukasoppermann and danielguillan authored Aug 19, 2024
1 parent 5f1181b commit 19f452f
Show file tree
Hide file tree
Showing 5 changed files with 1,802 additions and 244 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/figma_connect_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Figma Connect Publish on Change

on:
push:
paths:
- packages/react/src/**/*.figma.tsx
branches:
- main

jobs:
code-connect:
name: Code Connect
runs-on: ubuntu-latest
steps:
- run: npx figma connect publish
env:
FIGMA_ACCESS_TOKEN: ${{ secrets.FIGMA_ACCESS_TOKEN }}
Loading

0 comments on commit 19f452f

Please sign in to comment.