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 027a06f commit c25f7a7Copy full SHA for c25f7a7
1 file changed
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ on:
17
jobs:
18
deploy:
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ id-token: write
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python
0 commit comments