tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
add env variables to github action workflow
awarm.space
9 months ago
a4d1c61f
96c7634b
+3
1 changed file
expand all
collapse all
unified
split
.github
workflows
main.yml
+3
.github/workflows/main.yml
···
21
21
lexicons:
22
22
runs-on: ubuntu-latest
23
23
name: lexicon
24
24
+
env:
25
25
+
LEAFLET_APP_PASSWORD: ${{ secrets.LEAFLET_APP_PASSWORD }}
26
26
+
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
24
27
steps:
25
28
- uses: actions/checkout@v4
26
29
- uses: actions/setup-node@v4