Skip to content

Commit bb43581

Browse files
committed
fix(ci): increase permission to allow version sync back to repo
1 parent 1d9b8b0 commit bb43581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment: release
5252
runs-on: aws-lambda-powertools_ubuntu-latest_4-core
5353
permissions:
54-
contents: read
54+
contents: write
5555
outputs:
5656
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION }}
5757
env:

0 commit comments

Comments
 (0)