Skip to content

Commit edb5a70

Browse files
committed
fix
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent e6716ea commit edb5a70

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
client-id: 1248576
2828
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
29+
permission-pull-requests: 'write'
2930
- uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0
3031
env:
3132
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
client-id: 1248576
3535
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
36+
permission-contents: 'write'
3637

3738
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3839
with:

0 commit comments

Comments
 (0)