2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Merge pull request #2904 from matmair/patch-1

Adding permissions to hook
This commit is contained in:
Oliver
2022-05-01 10:03:19 +10:00
committed by GitHub

View File

@ -9,6 +9,9 @@ on:
jobs:
run:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with: