We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7f857 commit d41ef15Copy full SHA for d41ef15
1 file changed
.github/workflows/python-publish.yml
@@ -13,6 +13,9 @@ jobs:
13
deploy:
14
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ # IMPORTANT: this permission is mandatory for Trusted Publishing
18
+ id-token: write
19
container:
20
image: archlinux/archlinux:latest
21
options: --privileged
0 commit comments