Skip to content

Commit

Permalink
Need GH_TOKEN to serve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Dec 27, 2023
1 parent 6f28300 commit 275b55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- uses: ./.github/actions/python-poetry-env
- name: Publish to pypi
run: |
Expand Down

0 comments on commit 275b55f

Please sign in to comment.