mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
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:
parent
46df765628
commit
14fe0355d0
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue