Skip to content

Commit 769cf80

Browse files
authored
Merge pull request #877 from mendix/fix_release_only
fix: resolve GitHub release permissions and modernize workflow actions
2 parents 7de55a6 + 70e7298 commit 769cf80

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)