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

adding permissions to hook

see https://github.com/inventree/InvenTree/pull/2895#issuecomment-1112733654
This commit is contained in:
Matthias Mair
2022-04-30 20:01:30 +02:00
committed by GitHub
parent d7e9e15c21
commit b1019abb45

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: