2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35: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: jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
pull-requests: write
steps: steps:
- uses: actions/first-interaction@v1 - uses: actions/first-interaction@v1
with: with: