From 35ba88a852ccfcf4a47dbd9bac6a56c5d34bd5c2 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 11 Apr 2025 12:03:50 -0300 Subject: [PATCH] Add write perms --- .github/workflows/update-authors.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-authors.yml b/.github/workflows/update-authors.yml index 246da04..a740588 100644 --- a/.github/workflows/update-authors.yml +++ b/.github/workflows/update-authors.yml @@ -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"