mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-28 04:49:58 +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:
@@ -10,6 +10,8 @@ jobs:
|
||||
|
||||
update-readme:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
- name: Clone repository
|
||||
|
||||
Reference in New Issue
Block a user