mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
fix(CICD): Added write permissions to the readme auto-updater workflow
Prevents the error 'remote: Permission to USERNAME/SecLists.git denied to github-actions[bot].' when the action is run automatically from a seclists fork that has the default github-actions security settings
This commit is contained in:
parent
c2f8dd0977
commit
09d1e4cf21
1 changed files with 2 additions and 0 deletions
2
.github/workflows/readme-updater.yml
vendored
2
.github/workflows/readme-updater.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
|
||||
update-readme:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
- name: Clone repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue