Skip to content

Commit d45018b

Browse files
committed
fix: add missing permissions for release-python.yml create tag step
1 parent 6b6fb54 commit d45018b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
needs: build_and_testpypi
8282
permissions:
8383
id-token: write
84+
contents: write
8485
steps:
8586
- name: Checkout code
8687
uses: actions/checkout@v4

0 commit comments

Comments
 (0)