Skip to content

Commit ce9ecd3

Browse files
authored
Release preparation needs a Github token (#136)
1 parent c5d694b commit ce9ecd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
run: |
3737
uv tool install 'scriv[toml]'
3838
scriv github-release -v DEBUG --fail-if-warn
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)