File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,8 @@ jobs:
432
432
with :
433
433
app-id : ${{ env.GITHUB_APP_ID }}
434
434
private-key : ${{ env.GITHUB_APP_PRIVATE_KEY }}
435
+ permission-actions : read
436
+ permission-contents : write
435
437
436
438
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
437
439
with :
Original file line number Diff line number Diff line change 36
36
with :
37
37
app-id : ${{ env.GITHUB_APP_ID }}
38
38
private-key : ${{ env.GITHUB_APP_PEM }}
39
+ # Permissions necessary for grafana/lapo-docs/github-actions/create-docs-update-pr
40
+ permission-actions : read
41
+ permission-contents : write
42
+ permission-pull-requests : write
43
+ permission-issues : write
39
44
40
45
41
46
# this allows to test both with manual trigger and repository_dispatch
You can’t perform that action at this time.
0 commit comments