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:
Ignacio J. Perez Portal 2024-04-24 23:29:14 -03:00
parent c2f8dd0977
commit 09d1e4cf21

View File

@ -10,6 +10,8 @@ jobs:
update-readme:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Clone repository