We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fada80 commit 6b1e274Copy full SHA for 6b1e274
.github/workflows/python_package.yml
@@ -60,6 +60,8 @@ jobs:
60
runs-on: ubuntu-latest
61
needs: [build_and_test, security]
62
if: (github.event_name == 'release' && github.event.action == 'published' && needs.build_and_test.result == 'success' && needs.security.result == 'success') || inputs.run_deploy
63
+ permissions:
64
+ id-token: write
65
steps:
66
- uses: actions/checkout@v4
67
- name: Set up Python
0 commit comments