We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089578e commit 09fb0a3Copy full SHA for 09fb0a3
1 file changed
.github/workflows/release.yml
@@ -81,6 +81,8 @@ jobs:
81
ref: ${{ needs.release-drafter.outputs.tag_name }}
82
83
build-changelog-scrubber-lambda:
84
+ permissions:
85
+ contents: read
86
needs:
87
- release-drafter
88
uses: ./.github/workflows/build-changelog-scrubber-lambda.yml
0 commit comments