Skip to content

Commit 2350f96

Browse files
authored
update permission
1 parent 4186868 commit 2350f96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release_pypi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
- 'llm_dialog_manager/__init__.py'
1010
- 'pyproject.toml'
1111

12+
# Add these permission settings
13+
permissions:
14+
contents: write # This allows pushing to the repository
15+
pull-requests: write # This allows creating PRs if needed
16+
issues: write # This allows creating issues if needed
17+
1218
jobs:
1319
publish:
1420
if: "!contains(github.event.head_commit.message, 'Bump version') && !contains(github.event.head_commit.message, 'bump version')"

0 commit comments

Comments
 (0)