update workflow permissions
This commit is contained in:
parent
caa07ac771
commit
2e4eb8ee5f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release-pypi.yaml
vendored
4
.github/workflows/release-pypi.yaml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
|||
- "pyproject.toml"
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
issues: read
|
||||
packages: none
|
||||
id-token: write
|
||||
env:
|
||||
HATCH_INDEX_USER: __token__
|
||||
HATCH_INDEX_AUTH: ${{ secrets.pypi_password }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue