Skip to content

Commit 5332131

Browse files
change permissions scope of content to write to use auto release and tagging in release and test release workflow
1 parent fe2078a commit 5332131

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- develop
1010

1111
permissions:
12-
contents: read
12+
contents: write
1313

1414
jobs:
1515
deploy:

.github/workflows/test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Upload Python Package to test.pypi.org
66
on: [pull_request]
77

88
permissions:
9-
contents: read
9+
contents: write
1010

1111
jobs:
1212
test-deploy:

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- Update [modules submodule](modules) to `1.3.0`
3232
- Line breaks are no longer used in this changelog for enumerations
3333
- Issues are referenced as `#123` instead of `[#123][ref-issue-123]` to avoid explicit references at the bottom or some other location in the file
34+
- Scope of contents permissions in release and test release workflow is now `write` to use auto release creation
3435

3536
### Fixed
3637
- Typo in [RTU client example script](examples/rtu_client_example.py)

0 commit comments

Comments
 (0)