We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dede7fa commit a2e14ffCopy full SHA for a2e14ff
2 files changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
needs: draft-release
46
uses: ./.github/workflows/python-publish.yml
47
permissions:
48
- contents: read
+ contents: write
49
security-events: write
50
id-token: write
51
with:
.github/workflows/python-publish.yml
@@ -99,6 +99,9 @@ jobs:
99
runs-on: ubuntu-latest
100
if: ${{ inputs.release_id }}
101
needs: build
102
+ permissions:
103
104
+ security-events: write
105
steps:
106
- name: Download all the dists
107
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5
0 commit comments