Skip to content

Commit

Permalink
Grant permissions in orm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 22, 2024
1 parent f991867 commit b3ccefd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-orm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ccefd

Please sign in to comment.