Skip to content

Commit 2a15f62

Browse files
authored
Fix permission
1 parent 14718fd commit 2a15f62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
outputs:
138138
version: ${{ steps.azdo-build.outputs.version }}
139139
version-type: ${{ steps.azdo-build.outputs.version-type }}
140-
permissions: {}
140+
permissions:
141+
contents: read
141142
runs-on: ubuntu-slim
142143

143144
steps:

0 commit comments

Comments
 (0)