We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d694b commit ce9ecd3Copy full SHA for ce9ecd3
.github/workflows/prepare-release.yml
@@ -36,3 +36,5 @@ jobs:
36
run: |
37
uv tool install 'scriv[toml]'
38
scriv github-release -v DEBUG --fail-if-warn
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments