chore: add write permission for release workflow

This commit is contained in:
Bereket Engida
2025-07-25 21:25:21 -07:00
parent a9806e5704
commit ca1092db77

View File

@@ -5,6 +5,9 @@ on:
branches:
- main
permissions:
contents: write
jobs:
release:
if: ${{ github.repository_owner == 'better-auth' }}