Skip to content

Commit b321fc9

Browse files
committed
fix(scheduler): add permissions for content write
1 parent a89dd43 commit b321fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
update-sponsors:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- uses: actions/checkout@v4
1517

@@ -33,8 +35,6 @@ jobs:
3335
- name: Commit
3436
uses: EndBug/add-and-commit@v9
3537
with:
36-
author_name: GitHub Actions
37-
author_email: 41898282+github-actions[bot]@users.noreply.github.com
3838
message: 'chore(static): update sponsors assets [ci skip]'
3939
add: "assets/sponsors.*"
4040
env:

0 commit comments

Comments
 (0)