Skip to content

Commit 5347f64

Browse files
committed
chore: write permission is no longer necessary
Signed-off-by: heitorlessa <[email protected]>
1 parent e391610 commit 5347f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)