Skip to content

Open branches in Figma #26

Open branches in Figma

Open branches in Figma #26

Workflow file for this run

name: Open branches in Figma
on:
workflow_dispatch:
schedule:
- cron: 0 8 * * *
jobs:
sync-figma-brand:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
# Paso 3: Instalar dependencias de Python
- name: Install dependencies
run: |
pip install requests pandas
pip install tabulate
- name: Run sync for the brand(s)
env:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
working-directory: .github/branch-table
run: python3 branch-table.py