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 45cde7c commit f1f0ac7Copy full SHA for f1f0ac7
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ on:
22
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
23
- cron: "0 7 * * *" # Every day at 07:00 UTC
24
25
+permissions: {}
26
+
27
concurrency:
28
group: ${{ github.workflow }}-${{ github.ref }}
29
cancel-in-progress: true
@@ -134,6 +136,8 @@ jobs:
134
136
name: Upload to PyPI
135
137
runs-on: ubuntu-latest
138
needs: [build]
139
+ permissions:
140
+ id-token: write
141
steps:
142
- name: Download artifacts
143
uses: actions/download-artifact@v5
0 commit comments