mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-19 17:31:04 +00: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
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…
x
Reference in New Issue
Block a user