diff --git a/.github/workflows/update-orm.yml b/.github/workflows/update-orm.yml index c2fe994..483e875 100644 --- a/.github/workflows/update-orm.yml +++ b/.github/workflows/update-orm.yml @@ -11,6 +11,10 @@ jobs: orm-update: name: Update ORM runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + services: mariadb: image: mariadb:10.6