fix(CICD): Added write permissions to the trickest-wordlist 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 22:58:30 -03:00
parent 6d53fe0c62
commit 9de1419b8a

View file

@ -8,6 +8,8 @@ on:
jobs: jobs:
update-files: update-files:
permissions:
contents: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3