Skip to content

Commit c20b8b9

Browse files
committed
ci: use PROTOMAPS_TOKEN secret for building
1 parent 9c9d22d commit c20b8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: npm run lint
2121
- run: npm run build
2222
env:
23-
MAPBOX_TOKEN: ${{secrets.MAPBOX_TOKEN}}
23+
PROTOMAPS_TOKEN: ${{secrets.PROTOMAPS_TOKEN}}
2424
- name: deploy to GitHub Pages
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:

0 commit comments

Comments
 (0)