We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d849c commit bd0c88bCopy full SHA for bd0c88b
1 file changed
.github/workflows/python-package.yml
@@ -12,6 +12,9 @@ on:
12
jobs:
13
release-build:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ id-token: write
17
+ contents: read
18
steps:
19
- name: Checkout Repository
20
uses: actions/checkout@v5
0 commit comments