Skip to content

Commit 336c46c

Browse files
authored
Merge pull request #878 from mendix/develop
Fix release permissions
2 parents 52bc1f4 + 0ce9857 commit 336c46c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
name: Deploy
3232
runs-on: ubuntu-latest
3333
needs: build
34+
permissions:
35+
contents: write
3436
steps:
3537
- uses: actions/download-artifact@v4
3638
with:

0 commit comments

Comments
 (0)