We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6716ea commit edb5a70Copy full SHA for edb5a70
2 files changed
.github/workflows/pr.yaml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
client-id: 1248576
28
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
29
+ permission-pull-requests: 'write'
30
- uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0
31
env:
32
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
.github/workflows/renovate-custom-hooks.yaml
@@ -33,6 +33,7 @@ jobs:
33
34
35
36
+ permission-contents: 'write'
37
38
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
39
0 commit comments