We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7f9a commit ce0f433Copy full SHA for ce0f433
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
5
jobs:
6
release:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ id-token: write
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python
0 commit comments