Skip to content

Commit 006929a

Browse files
committed
Fix release workflow permissions
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 405a6fb commit 006929a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ permissions: {} # No permissions required
2525
jobs:
2626
release:
2727
uses: matrix-org/matrix-js-sdk/.github/workflows/release-make.yml@develop
28+
permissions:
29+
contents: write
30+
issues: write
31+
pull-requests: read
2832
secrets: inherit
2933
with:
3034
final: ${{ inputs.mode == 'final' }}

0 commit comments

Comments
 (0)