fixed GH_DEPLOY_TOKEN missing from docs deploy script

This commit is contained in:
Jonas Dellinger 2020-11-14 11:07:21 +01:00
parent 3dfba1fab7
commit 28a8f9f0c9

View File

@ -17,3 +17,5 @@ jobs:
node-version: 14.15.0
- name: Build & Deploy Documentation
run: ./SpotifyAPI.Docs/docs.sh
env:
GH_DEPLOY_TOKEN: ${{ secrets.GH_DEPLOY_TOKEN }}