mirror of https://github.com/grafana/grafana.git
ci: add permissions to pr-patch-check-event (#104635)
This commit is contained in:
parent
1c70d8cc18
commit
d3038c6e9a
|
|
@ -17,6 +17,9 @@ on:
|
|||
# target branch onto the source branch, to verify compatibility before merging.
|
||||
jobs:
|
||||
dispatch-job:
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
env:
|
||||
HEAD_REF: ${{ github.head_ref }}
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue