We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405a6fb commit 006929aCopy full SHA for 006929a
.github/workflows/release.yml
@@ -25,6 +25,10 @@ permissions: {} # No permissions required
25
jobs:
26
release:
27
uses: matrix-org/matrix-js-sdk/.github/workflows/release-make.yml@develop
28
+ permissions:
29
+ contents: write
30
+ issues: write
31
+ pull-requests: read
32
secrets: inherit
33
with:
34
final: ${{ inputs.mode == 'final' }}
0 commit comments