mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
chore: fix generated token for docs push (#4658)
This commit is contained in:
parent
8e4cba5176
commit
278bd87d7c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -29,11 +29,12 @@ jobs:
|
|||
- name: Build Docs
|
||||
run: cd docs && make html
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: github.event_name != 'pull_request'
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
id: generate-token
|
||||
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