fix(maybe): use generated token to push docs (#4691)

Got the token to generate correctly, but now it's complaining about
scoping -- might be that it needs to be generated for xonsh/xonsh to
push to xonsh/xonsh-docs
This commit is contained in:
Gil Forsyth 2022-03-03 21:36:25 -05:00 committed by GitHub
parent 46df765628
commit 14fe0355d0
Failed to generate hash of commit

View file

@ -34,7 +34,6 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
repository: xonsh/xonsh-docs
- name: Deploy to dev if not tagged
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/v')
uses: peaceiris/actions-gh-pages@v3