remove GITHUB prefix from secret

This commit is contained in:
sorrelbri 2020-05-25 23:56:04 -07:00
parent 89f1363378
commit 2a73088fbf

View file

@ -26,7 +26,7 @@ jobs:
- name: Test
run: npm run test
- name: Build
run: ${{secrets.API_TOKEN}} npm run build
run: API_TOKEN=${{ secrets.API_TOKEN }} npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: