Skip to content

Commit

Permalink
ci: Move permissions directive
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 11, 2024
1 parent c4c88f4 commit 5e1f021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
generate_index:
# needs: [build_grpcio]
runs-on: ubuntu-latest
permissions:
pages: write
steps:
- name: Checkout GitHub Repo (+ download lfs dependencies)
uses: actions/checkout@v3
Expand All @@ -49,8 +51,6 @@ 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 5e1f021

Please sign in to comment.