Skip to content

Commit 53f4667

Browse files
committed
ci(github workflows)🤖: Allow write access to contents permission in release-python-package workflow
- Changed contents permission from read to write to enable necessary write operations during release.
1 parent 5d69654 commit 53f4667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/release-python-package.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**'
1515

1616
permissions:
17-
contents: read
17+
contents: write
1818
id-token: write
1919

2020
env:

0 commit comments

Comments
 (0)