mirror of
https://github.com/derrod/legendary.git
synced 2026-08-27 09:54:55 +00:00
ci: add id-token permission (#773)
* ci: add id-token permission * ci: contents read
This commit is contained in:
parent
51d58c4605
commit
1d1826f3c4
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
pypi:
|
||||
runs-on: ubuntu-latest
|
||||
environment: pypi
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
env:
|
||||
UV_SYSTEM_PYTHON: 1
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue