Skip to content

Commit 8808758

Browse files
authored
Update create-azure-iot-operations-release.yml
1 parent 2b9fa26 commit 8808758

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create-azure-iot-operations-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
echo "version=${version}" >> $GITHUB_OUTPUT
7373
7474
CreateRelease:
75+
permissions:
76+
contents: write
7577
runs-on: ubuntu-latest
7678
needs: ValidateRelease
7779
steps:
@@ -134,6 +136,8 @@ jobs:
134136
echo "The release can be found [here](${{ steps.createRelease.outputs.url }})" >> $GITHUB_STEP_SUMMARY
135137
136138
CreateReleaseBranch:
139+
permissions:
140+
contents: write
137141
runs-on: ubuntu-latest
138142
needs: CreateRelease
139143
steps:

0 commit comments

Comments
 (0)