Add write perms
This commit is contained in:
parent
ce5a0e4752
commit
35ba88a852
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-authors.yml
vendored
3
.github/workflows/update-authors.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue