We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf82c43 commit 832f47bCopy full SHA for 832f47b
.github/workflows/python.yml
@@ -54,6 +54,8 @@ jobs:
54
runs-on: ubuntu-latest
55
needs: build
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57
+ permissions:
58
+ id-token: write
59
steps:
60
- uses: actions/checkout@v3
61
- name: Set up Python 3.10
0 commit comments