Skip to content

Commit f71889c

Browse files
authored
ci: 🛂 add permissions for setting release of a tag (#78)
## Description The release workflow is complaining of permissions. I think this will fix it. <!-- Select quick/in-depth as necessary --> No review needed.
1 parent 8f28ed3 commit f71889c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
update-version:
1013
uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main

0 commit comments

Comments
 (0)