tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
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
lexicons:
22
runs-on: ubuntu-latest
23
name: lexicon
0
0
0
24
steps:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-node@v4
···
21
lexicons:
22
runs-on: ubuntu-latest
23
name: lexicon
24
+
env:
25
+
LEAFLET_APP_PASSWORD: ${{ secrets.LEAFLET_APP_PASSWORD }}
26
+
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
27
steps:
28
- uses: actions/checkout@v4
29
- uses: actions/setup-node@v4