We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9d22d commit c20b8b9Copy full SHA for c20b8b9
.github/workflows/lint-build-and-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: npm run lint
21
- run: npm run build
22
env:
23
- MAPBOX_TOKEN: ${{secrets.MAPBOX_TOKEN}}
+ PROTOMAPS_TOKEN: ${{secrets.PROTOMAPS_TOKEN}}
24
- name: deploy to GitHub Pages
25
uses: peaceiris/actions-gh-pages@v3
26
with:
0 commit comments