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