Skip to content

Open branches in Figma #532

Open branches in Figma

Open branches in Figma #532

Workflow file for this run

name: Open branches in Figma
on:
workflow_dispatch:
schedule:
- cron: 0 8 * * *
permissions:
contents: read
issues: write
jobs:
sync-figma-brand:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- 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
pip install load_dotenv
- name: Run sync for the brand(s)
env:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: .github/issue-scripts
run: python3 branch-table.py