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:
|
jobs:
|
||||||
update-authors:
|
update-authors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -27,6 +29,7 @@ jobs:
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
uses: EndBug/add-and-commit@v9.1.4
|
uses: EndBug/add-and-commit@v9.1.4
|
||||||
with:
|
with:
|
||||||
|
push: true
|
||||||
add: "AUTHORS"
|
add: "AUTHORS"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
message: "Update AUTHORS file automatically"
|
message: "Update AUTHORS file automatically"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue