a tool for shared writing and social publishing

add env variables to github action workflow

+3
+3
.github/workflows/main.yml
··· 21 21 lexicons: 22 22 runs-on: ubuntu-latest 23 23 name: lexicon 24 + env: 25 + LEAFLET_APP_PASSWORD: ${{ secrets.LEAFLET_APP_PASSWORD }} 26 + VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} 24 27 steps: 25 28 - uses: actions/checkout@v4 26 29 - uses: actions/setup-node@v4