mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
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:
parent
6d53fe0c62
commit
9de1419b8a
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
update-files:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue