We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f88855 commit c0de555Copy full SHA for c0de555
1 file changed
.github/workflows/publish-to-pypi-and-release.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
permissions:
68
attestations: write
69
- contents: read
+ contents: write
70
id-token: write
71
72
steps:
@@ -89,6 +89,7 @@ jobs:
89
'${{ github.ref_name }}'
90
--repo '${{ github.repository }}'
91
--notes ""
92
+ GITHUB_TOKEN: ${{ github.token }}
93
- name: Upload artifact signatures to GitHub Release
94
env:
95
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments