mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 13:18:40 +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:
|
update-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|||||||
Reference in New Issue
Block a user