Skip to content

Commit

Permalink
Set new github token in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed May 27, 2024
1 parent 4cb2df6 commit 99dfaa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-das.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: pip install poetry

- name: Update Documentation
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
poetry lock --no-update
poetry export --with doc -f requirements.txt | pip install -r /dev/stdin
Expand Down

0 comments on commit 99dfaa0

Please sign in to comment.