Skip to content

Update deploy.yml

Update deploy.yml #2

Workflow file for this run

name: Deploy to Hugging Face Space 🚀
on:
push:
branches:
- main # or your chosen branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Deploy to Hugging Face Space
uses: huggingface/huggingface_hub@v0.18.0
with:
repo-type: space
space-id: daniellegauthier/RGB-Root-Matriz-Color-Plotter
huggingface_token: ${{ secrets.SYNC_TO_HUGGING_FACE_HUB }} # 👈 securely inject the token