Template update requires manual application (a35828e20cc36345e9969e5f47770facd1dbf1a0)
enhancement
Template workflows have been updated but the diff could not be automatically applied to this repository.
## Commit
Add permissions to Renovate GitHub Action
Added permissions for Renovate job to write to contents, pull requests, issues, and security events.
See: https://github.com/plengauer/plengauer.github.io/commit/a35828e20cc36345e9969e5f47770facd1dbf1a0
## Diff
```diff
diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml
index 5c6d812..d613443 100644
--- a/.github/workflows/renovate.yml
+++ b/.github/workflows/renovate.yml
@@ -15,6 +15,11 @@ concurrency:
jobs:
renovate:
runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ pull-requests: write
+ issues: write
+ security-events: write
steps:
- uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15
env:
```
1 条评论