Skip to content

Commit

Permalink
ci: Add pages: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 11, 2024
1 parent bbfc381 commit c4c88f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
OUTPUT_DIRECTORY: pages-output/pypi
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
permissions:
pages: write
with:
repository: pages-output
commit_message: Generate PyPI index.html
Expand Down

0 comments on commit c4c88f4

Please sign in to comment.