Add write perms

This commit is contained in:
Luquinhas 2025-04-11 12:03:50 -03:00
parent ce5a0e4752
commit 35ba88a852
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985

View file

@ -8,6 +8,8 @@ on:
jobs:
update-authors:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
@ -27,6 +29,7 @@ jobs:
- name: Commit and push changes
uses: EndBug/add-and-commit@v9.1.4
with:
push: true
add: "AUTHORS"
default_author: github_actions
message: "Update AUTHORS file automatically"